Easy Bookmark Manager Extension
This extension makes it very easy to add new bookmarks.
Cos'è Easy Bookmark Manager Extension?
Easy Bookmark Manager Extension è un'estensione di Chrome sviluppata da Rudi Olckers, e la sua funzione principale è "This extension makes it very easy to add new bookmarks.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Easy Bookmark Manager Extension
Scarica i file di estensione Easy Bookmark Manager Extension 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 compliments the self-hosted Easy Bookmark Manager project (https://github.com/devimust/easy-bookmark-manager) to make adding new bookmark items as painless as possible.
Informazioni di Base sull'Estensione
Nome | Easy Bookmark Manager Extension |
ID | hhonlfdhoejpaofmmppaogebkfnbgefi |
URL Ufficiale | https://chromewebstore.google.com/detail/easy-bookmark-manager-ext/hhonlfdhoejpaofmmppaogebkfnbgefi |
Descrizione | This extension makes it very easy to add new bookmarks. |
Dimensione del File | 14.5 KB |
Conteggio Installazioni | 220 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2016-01-25 |
Data di Pubblicazione | 2016-01-24 |
Sviluppatore | Rudi Olckers |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy Bookmark Manager Extension", "version": "1.0", "description": "This extension makes it very easy to add new bookmarks.", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "browser_action": { "default_icon": "icons\/icon19.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "options_page": "html\/options.html", "permissions": [ "activeTab", "storage" ] } |