Better Bookmarks

A minimalist new tab page with quick access to bookmarks and search

Cos'è Better Bookmarks?

Better Bookmarks è un'estensione di Chrome sviluppata da Initial condition, e la sua funzione principale è "A minimalist new tab page with quick access to bookmarks and search".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Better Bookmarks

Scarica i file di estensione Better Bookmarks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Better Bookmarks Better Bookmarks
ID lioaolkpoamdbgkoddcddblpjmohmmkc
URL Ufficiale https://chromewebstore.google.com/detail/better-bookmarks/lioaolkpoamdbgkoddcddblpjmohmmkc
Descrizione A minimalist new tab page with quick access to bookmarks and search
Dimensione del File 634 KB
Conteggio Installazioni 40
Versione Corrente 0.1.8
Ultimo Aggiornamento 2022-03-29
Data di Pubblicazione 2020-05-08
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Initial condition
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.betterbookmarks.com
URL della Pagina di Aiuto https://www.betterbookmarks.com
URL della Pagina della Politica sulla Privacy https://speeddial2.com/privacy-policy
Lingue Supportate 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'"
}