BookmarkManager
Convenient and beautiful new tab bookmark manager.
Cos'è BookmarkManager?
BookmarkManager è un'estensione di Chrome sviluppata da Sasha Onoshko, e la sua funzione principale è "Convenient and beautiful new tab bookmark manager.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BookmarkManager
Scarica i file di estensione BookmarkManager 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
This extension provides the ability to save your favorite sites as a bookmark in the Chrome new tab. Also, you can change the background image of the new tab.
Informazioni di Base sull'Estensione
Nome | BookmarkManager |
ID | ldjaccfbgefedaefkliajmdiicajaofb |
URL Ufficiale | https://chromewebstore.google.com/detail/bookmarkmanager/ldjaccfbgefedaefkliajmdiicajaofb |
Descrizione | Convenient and beautiful new tab bookmark manager. |
Dimensione del File | 623 KB |
Conteggio Installazioni | 12 |
Versione Corrente | 0.1.03 |
Ultimo Aggiornamento | 2021-02-12 |
Data di Pubblicazione | 2018-11-27 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Sasha Onoshko |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BookmarkManager", "description": "Convenient and beautiful new tab bookmark manager.", "version": "0.1.03", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon.png" }, "permissions": [ "unlimitedStorage" ], "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |