Batch Add Bookmarks
Batch Add folders or pages in your bookmark manager.Open the bookmark manager to enable this extension.
Qu'est-ce que Batch Add Bookmarks ?
Batch Add Bookmarks est une extension Chrome développée par ShenTengTu, et sa fonction principale est "Batch Add folders or pages in your bookmark manager.Open the bookmark manager to enable this extension.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Batch Add Bookmarks
Téléchargez les fichiers d'extension Batch Add 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
You can batch add new folders or pages to a specified bookmark folder.Open the bookmark manager to enable this extension. ======================== Ver1.0.2 * little optmize.
Informations de Base sur l'Extension
Nom | Batch Add Bookmarks |
ID | gdolkiboplhdpaoobioniadihojdcdoa |
URL Officiel | https://chromewebstore.google.com/detail/batch-add-bookmarks/gdolkiboplhdpaoobioniadihojdcdoa |
Description | Batch Add folders or pages in your bookmark manager.Open the bookmark manager to enable this extension. |
Taille du Fichier | 54.18 KB |
Nombre d'Installations | 357 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2017-02-19 |
Date de Publication | 2017-02-19 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | ShenTengTu |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/ShenTengTu/BatchAddBookmarks |
Langues Prises en Charge | en,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "version": "1.0.2", "default_locale": "en", "description": "__MSG_appDescription__", "author": "Shen-Teng Tu", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/batch-add-bookmarks\/gdolkiboplhdpaoobioniadihojdcdoa", "permissions": [ "tabs", "activeTab", "bookmarks", "http:\/\/*\/*", "https:\/\/*\/*", "chrome:\/\/favicon\/*" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "page_action": { "default_title": "__MSG_appName__", "default_icon": { "38": "img\/icon38.png" }, "default_popup": "" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "short_name": "BatchAddBookmarks", "version_name": "1.0.2", "content_security_policy": "script-src 'self'; object-src 'self'" } |