Batch Add Bookmarks
Batch Add folders or pages in your bookmark manager.Open the bookmark manager to enable this extension.
Batch Add Bookmarks là gì?
Batch Add Bookmarks là một tiện ích mở rộng Chrome được phát triển bởi ShenTengTu, và tính năng chính của nó là "Batch Add folders or pages in your bookmark manager.Open the bookmark manager to enable this extension.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Batch Add Bookmarks
Tải xuống các tệp mở rộng Batch Add Bookmarks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Batch Add Bookmarks |
ID | gdolkiboplhdpaoobioniadihojdcdoa |
URL Chính Thức | https://chromewebstore.google.com/detail/batch-add-bookmarks/gdolkiboplhdpaoobioniadihojdcdoa |
Mô tả | Batch Add folders or pages in your bookmark manager.Open the bookmark manager to enable this extension. |
Kích Thước Tệp | 54.18 KB |
Số Lần Cài Đặt | 357 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2017-02-19 |
Ngày Phát Hành | 2017-02-19 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | ShenTengTu |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/ShenTengTu/BatchAddBookmarks |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |