A good start page for web navigation.
Try it out at https://allanchain.github.io/webnav/
- Import and export bookmarks and config via JSON files
- Easy editing site's icon, display name and search query
- Works with Favicon Grabber, for even easier icon and name editing
- Easy reordering
- Easy searching in any sites, as long as configured
- Highly customizable
- Able to add proxy
It is possible to host your own bookmarks:
[
{
"title": "Pypi",
"url": "https://pypi.org",
"search": "/search?q={}",
"icon": "https://pypi.org/static/images/favicon.6a76275d.ico"
}
]
See the project
Photo by Juliana Chyzhova on Unsplash
VSCode i18n-ally
{
"i18n-ally.localesPaths": "src/locales",
"i18n-ally.keystyle": "nested",
"i18n-ally.sourceLanguage": "en"
}