Batch Add Bookmarks
Batch Add folders or pages in your bookmark manager.Open the bookmark manager to enable this extension.
What is Batch Add Bookmarks?
Batch Add Bookmarks is a Chrome extension developed by ShenTengTu, and its main feature is "Batch Add folders or pages in your bookmark manager.Open the bookmark manager to enable this extension.".
Extension Screenshots
Download Batch Add Bookmarks Extension CRX File
Download Batch Add Bookmarks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Batch Add Bookmarks |
ID | gdolkiboplhdpaoobioniadihojdcdoa |
Official URL | 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. |
File Size | 54.18 KB |
Installation Count | 357 |
Current Version | 1.0.2 |
Last Updated | 2017-02-19 |
Publish Date | 2017-02-19 |
Rating | 5.00/5 Total 1 Ratings |
Developer | ShenTengTu |
Payment Type | free |
Extension Website | https://github.com/ShenTengTu/BatchAddBookmarks |
Supported Languages | 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'" } |