Batch Add Bookmarks
Batch Add folders or pages in your bookmark manager.Open the bookmark manager to enable this extension.
什么是Batch Add Bookmarks?
Batch Add Bookmarks是由ShenTengTu开发的Chrome扩展程序,该扩展的主要功能是“Batch Add folders or pages in your bookmark manager.Open the bookmark manager to enable this extension.”。
扩展截图
下载Batch Add Bookmarks扩展crx文件
下载Batch Add Bookmarks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Batch Add Bookmarks |
ID | gdolkiboplhdpaoobioniadihojdcdoa |
官方URL | https://chromewebstore.google.com/detail/batch-add-bookmarks/gdolkiboplhdpaoobioniadihojdcdoa |
简介 | Batch Add folders or pages in your bookmark manager.Open the bookmark manager to enable this extension. |
文件大小 | 54.18 KB |
安装次数 | 357 |
当前版本 | 1.0.2 |
更新时间 | 2017-02-19 |
上架时间 | 2017-02-19 |
评分 | 5.00/5 共1次评分 |
开发者 | ShenTengTu |
付费类型 | free |
扩展官网 | https://github.com/ShenTengTu/BatchAddBookmarks |
支持的语言 | 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'" } |