Better Bookmarks
A minimalist new tab page with quick access to bookmarks and search
Hvad er Better Bookmarks?
Better Bookmarks er en Chrome-udvidelse udviklet af Initial condition, og dens hovedfunktion er "A minimalist new tab page with quick access to bookmarks and search".
Udvidelsesskærmbilleder
Download Better Bookmarks-udvidelses-CRX-fil
Download Better Bookmarks-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        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                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | lioaolkpoamdbgkoddcddblpjmohmmkc | 
| Officiel URL | https://chromewebstore.google.com/detail/better-bookmarks/lioaolkpoamdbgkoddcddblpjmohmmkc | 
| Beskrivelse | A minimalist new tab page with quick access to bookmarks and search | 
| Filstørrelse | 634 KB | 
| Antal Installationer | 40 | 
| Nuværende Version | 0.1.8 | 
| Senest Opdateret | 2022-03-29 | 
| Udgivelsesdato | 2020-05-08 | 
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser | 
| Udvikler | Initial condition | 
| [email protected] | |
| Betalingsmetode | free | 
| Udvidelseswebsted | https://www.betterbookmarks.com | 
| Hjælpeside-URL | https://www.betterbookmarks.com | 
| URL til Fortrolighedspolitik Side | https://speeddial2.com/privacy-policy | 
| Understøttede Sprog | 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'"
}  |  |