Better Bookmarks

Quickly search and manage all your Bookmarks in Google Chrome

Cos'è Better Bookmarks?

Better Bookmarks è un'estensione di Chrome sviluppata da https://sites.google.com/site/chromeappdevupdates, e la sua funzione principale è "Quickly search and manage all your Bookmarks in Google Chrome".

Screenshot dell'Estensione

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

                        Chrome App Bookmarks, "Better Bookmarks" (Beta) Allows users to quickly search all chrome browser bookmarks. 

This is a beta release however the core libraries are unchanged and are the official release of the chrome and chromium development group. Only additional functionality has been added.

Released and utilized by members of the chromium dev team and is for use only with current up-to-date official Google versions of the browser, and comes with no warranty. Check yours for versions upwards of 16, by clicking settings, then help. Or navigating your Google browser to chrome://about or chrome://version                    

Informazioni di Base sull'Estensione

Nome Better Bookmarks Better Bookmarks
ID jlcbikfbhkjpfbmaninlggceepiidhdm
URL Ufficiale https://chromewebstore.google.com/detail/better-bookmarks/jlcbikfbhkjpfbmaninlggceepiidhdm
Descrizione Quickly search and manage all your Bookmarks in Google Chrome
Dimensione del File 34.82 KB
Conteggio Installazioni 122
Versione Corrente 1.1
Ultimo Aggiornamento 2016-07-21
Data di Pubblicazione 2016-07-21
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore https://sites.google.com/site/chromeappdevupdates
Tipo di Pagamento free
Sito Web dell'Estensione http://chromeapp.auto-update.co/bookmarks
URL della Pagina di Aiuto http://chromeapp.auto-update.co/bookmarks
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Bookmarks",
    "version": "1.1",
    "description": "Quickly search and manage all your Bookmarks in Google Chrome",
    "permissions": [
        "bookmarks"
    ],
    "browser_action": {
        "default_title": "Better Bookmarks",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}