Export Selective Bookmarks
This Extension helps to Selectively export bookmarks. It comes in handy when you want to share bookmarks with your fellow mate but…
Cos'è Export Selective Bookmarks?
Export Selective Bookmarks è un'estensione di Chrome sviluppata da aninymous, e la sua funzione principale è "This Extension helps to Selectively export bookmarks. It comes in handy when you want to share bookmarks with your fellow mate but…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Export Selective Bookmarks
Scarica i file di estensione Export Selective 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
This Extension helps to Selectively export bookmarks. It comes in handy when you want to share bookmarks with your fellow mate but need a way to share only particular bookmarks. * Expand/Collapse the Bookmark tree by toggling the "Folder" icons * Use the Checkboxes to select/unselect the Folders/Bookmarks * Click on "Export" button at top to export only those bookmarks you selected
Informazioni di Base sull'Estensione
Nome | Export Selective Bookmarks |
ID | ahgbiciilcpclcekhegbhofljoolnfei |
URL Ufficiale | https://chromewebstore.google.com/detail/export-selective-bookmark/ahgbiciilcpclcekhegbhofljoolnfei |
Descrizione | This Extension helps to Selectively export bookmarks. It comes in handy when you want to share bookmarks with your fellow mate but… |
Dimensione del File | 349 KB |
Conteggio Installazioni | 11,411 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2019-06-19 |
Data di Pubblicazione | 2019-06-19 |
Valutazione | 4.23/5 Totale 39 Valutazioni |
Sviluppatore | aninymous |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Export Selective Bookmarks", "version": "1.1", "manifest_version": 2, "browser_action": { "default_title": "Export Selective Bookmarks", "default_popup": "index.html" }, "content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='; object-src 'self'", "permissions": [ "bookmarks" ], "icons": { "128": "icon128.png" } } |