Bookmarks Collections
Create collections and switch between multiple bookmarks bars
Bookmarks Collections là gì?
Bookmarks Collections là một tiện ích mở rộng Chrome được phát triển bởi Teddy Thioulouse, và tính năng chính của nó là "Create collections and switch between multiple bookmarks bars".
Ả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 Bookmarks Collections
Tải xuống các tệp mở rộng Bookmarks Collections 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
Bookmarks Collections lets you create bookmarks collections and switch between multiple bookmarks bars. A badge can be added to the extension icon with the label of your collections. Note: this may not work well with favorites sync enabled. Please consider disable this functionality to prevent any bad behaviour.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bookmarks Collections |
ID | kgengcoeabnofimgfhojmecmkkmgnkmm |
URL Chính Thức | https://chromewebstore.google.com/detail/bookmarks-collections/kgengcoeabnofimgfhojmecmkkmgnkmm |
Mô tả | Create collections and switch between multiple bookmarks bars |
Kích Thước Tệp | 1.76 MB |
Số Lần Cài Đặt | 381 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2020-07-24 |
Ngày Phát Hành | 2020-07-14 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Teddy Thioulouse |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en,fr,es,hi,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.0.3", "default_locale": "en", "author": "Teddy Thioulouse", "background": { "scripts": [ "js\/browser-polyfill.min.js", "js\/background.js" ], "persistent": false }, "browser_action": { "default_title": "Bookmarks Collections", "default_popup": "html\/popup.html", "default_icon": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } }, "permissions": [ "bookmarks", "storage" ] } |