Replace Bookmark Bar
This extension replaces the bookmarks on the bookmark bar with a folder full of bookmarks
Cos'è Replace Bookmark Bar?
Replace Bookmark Bar è un'estensione di Chrome sviluppata da Sam, e la sua funzione principale è "This extension replaces the bookmarks on the bookmark bar with a folder full of bookmarks".
Scarica il file CRX dell'estensione Replace Bookmark Bar
Scarica i file di estensione Replace Bookmark Bar 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
Informazioni di Base sull'Estensione
Nome | |
ID | ggncfhpgnoijjkkmbbnbohnbpfnmejeh |
URL Ufficiale | https://chrome.google.com/webstore/detail/replace-bookmark-bar/ggncfhpgnoijjkkmbbnbohnbpfnmejeh |
Descrizione | This extension replaces the bookmarks on the bookmark bar with a folder full of bookmarks |
Dimensione del File | 47.11 KB |
Conteggio Installazioni | 43 |
Versione Corrente | 1.5 |
Ultimo Aggiornamento | 2016-04-30 |
Data di Pubblicazione | 2016-04-30 |
Valutazione | 2.00/5 Totale 4 Valutazioni |
Sviluppatore | Sam |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://samtinkers.wordpress.com/2015/12/05/chrome-bookmarks-profiler/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Replace Bookmark Bar", "description": "This extension replaces the bookmarks on the bookmark bar with a folder full of bookmarks", "version": "1.5", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "bookmarks" ] } |