Get Bookmarks
Crx to backup bookmarks when you can't sync with Google Account.
Cos'è Get Bookmarks?
Get Bookmarks è un'estensione di Chrome sviluppata da Vasu Jain, e la sua funzione principale è "Crx to backup bookmarks when you can't sync with Google Account.".
Scarica il file CRX dell'estensione Get Bookmarks
Scarica i file di estensione Get 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
Have multiple Google accounts for Chrome ? Don't want to synch them together ? Worried about backup ? Export your Bookmarks on a single click in JSON/HTML format.
Informazioni di Base sull'Estensione
Nome | |
ID | ffhnbbecccapfhkcfnhcnjacbgahfdng |
URL Ufficiale | https://chrome.google.com/webstore/detail/get-bookmarks/ffhnbbecccapfhkcfnhcnjacbgahfdng |
Descrizione | Crx to backup bookmarks when you can't sync with Google Account. |
Dimensione del File | 38.83 KB |
Conteggio Installazioni | 32 |
Versione Corrente | 0.5.9 |
Ultimo Aggiornamento | 2015-03-23 |
Data di Pubblicazione | 2015-03-23 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Vasu Jain |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.brk.im |
URL della Pagina di Aiuto | http://www.brk.im |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Get Bookmarks", "description": "Crx to backup bookmarks when you can't sync with Google Account.", "version": "0.5.9", "browser_action": { "default_icon": "resources\/bookmark_red_24.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "bookmarks" ], "icons": { "16": "resources\/bookmark_red_16.png", "24": "resources\/bookmark_red_24.png", "32": "resources\/bookmark_red_32.png", "48": "resources\/bookmark_red_48.png", "128": "resources\/bookmark_red_128.png", "256": "resources\/bookmark_red_256.png" } } |