Dashboard of Bookmarks
Add a new dashboard of bookmarks and override the Chrome Newtab page.
Cos'è Dashboard of Bookmarks?
Dashboard of Bookmarks è un'estensione di Chrome sviluppata da Encore Shao, e la sua funzione principale è "Add a new dashboard of bookmarks and override the Chrome Newtab page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Dashboard of Bookmarks
Scarica i file di estensione Dashboard of 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
Add a new dashboard for bookmarks and override the Chrome Newtab page.
Informazioni di Base sull'Estensione
Nome | Dashboard of Bookmarks |
ID | imknfkidkilkomeomcidnnjojiilaofb |
URL Ufficiale | https://chromewebstore.google.com/detail/dashboard-of-bookmarks/imknfkidkilkomeomcidnnjojiilaofb |
Descrizione | Add a new dashboard of bookmarks and override the Chrome Newtab page. |
Dimensione del File | 7.07 MB |
Conteggio Installazioni | 102 |
Versione Corrente | 0.1.5 |
Ultimo Aggiornamento | 2017-11-12 |
Data di Pubblicazione | 2017-11-12 |
Valutazione | 4.75/5 Totale 4 Valutazioni |
Sviluppatore | Encore Shao |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en_US", "author": "Encore Shao", "short_name": "Bookmarks", "name": "Dashboard of Bookmarks", "description": "Add a new dashboard of bookmarks and override the Chrome Newtab page.", "options_page": "src\/options\/index.html", "version": "0.1.5", "background": { "scripts": [ "js\/libs.js", "js\/bookmark.js", "js\/background.js", "js\/bg.js" ], "persistent": false }, "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "src\/index.html" }, "permissions": [ "bookmarks", "tabs", "downloads", "storage", " |