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…
Qu'est-ce que Export Selective Bookmarks ?
Export Selective Bookmarks est une extension Chrome développée par aninymous, et sa fonction principale est "This Extension helps to Selectively export bookmarks. It comes in handy when you want to share bookmarks with your fellow mate but…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Export Selective Bookmarks
Téléchargez les fichiers d'extension Export Selective Bookmarks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Export Selective Bookmarks |
ID | ahgbiciilcpclcekhegbhofljoolnfei |
URL Officiel | https://chromewebstore.google.com/detail/export-selective-bookmark/ahgbiciilcpclcekhegbhofljoolnfei |
Description | This Extension helps to Selectively export bookmarks. It comes in handy when you want to share bookmarks with your fellow mate but… |
Taille du Fichier | 349 KB |
Nombre d'Installations | 11,411 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2019-06-19 |
Date de Publication | 2019-06-19 |
Évaluation | 4.23/5 Total 39 Évaluations |
Développeur | aninymous |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |