Better Bookmarks
A minimalist new tab page with quick access to bookmarks and search
Wat is Better Bookmarks?
Better Bookmarks is een Chrome-extensie ontwikkeld door Initial condition, en de belangrijkste functie is "A minimalist new tab page with quick access to bookmarks and search".
Extensie Screenshots
Download het CRX-bestand van de extensie Better Bookmarks
Download Better Bookmarks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Simple, yet powerful new tab page that makes it easy to find any of your bookmarks!
🙌🏼 Features
- Bookmarks from the "Bookmarks Bar" are featured on your new tab page
- Search bar makes it easy to find your bookmarks or search on the web
- Simple navigation through your bookmarks folders Basisinformatie over de Extensie
| Naam | |
| ID | lioaolkpoamdbgkoddcddblpjmohmmkc |
| Officiële URL | https://chromewebstore.google.com/detail/better-bookmarks/lioaolkpoamdbgkoddcddblpjmohmmkc |
| Beschrijving | A minimalist new tab page with quick access to bookmarks and search |
| Bestandsgrootte | 634 KB |
| Aantal Installaties | 40 |
| Huidige Versie | 0.1.8 |
| Laatst Bijgewerkt | 2022-03-29 |
| Publicatiedatum | 2020-05-08 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Initial condition |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.betterbookmarks.com |
| Help Pagina-URL | https://www.betterbookmarks.com |
| URL van de Privacybeleid Pagina | https://speeddial2.com/privacy-policy |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Better Bookmarks",
"homepage_url": "http:\/\/www.betterbookmarks.com\/",
"description": "A minimalist new tab page with quick access to bookmarks and search",
"default_locale": "en",
"permissions": [
"bookmarks",
"chrome:\/\/favicon\/"
],
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"64": "icons\/icon-64.png",
"128": "icons\/icon-128.png",
"256": "icons\/icon-256.png",
"512": "icons\/icon-512.png"
},
"chrome_url_overrides": {
"newtab": "override.html"
},
"version": "0.1.8",
"content_security_policy": "script-src 'self' ; object-src 'self'"
} | |