FavBox
Clear and modern bookmarking tool.
FavBox là gì?
FavBox là một tiện ích mở rộng Chrome được phát triển bởi dmitry.magalyas, và tính năng chính của nó là "Clear and modern bookmarking tool.".
Ả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 FavBox
Tải xuống các tệp mở rộng FavBox 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
FavBox is a browser extension that enhances and simplifies bookmark management, without depending on external cloud storage or third-party services. 🔄 sync with your browser profile; 🔒 does not send your data to any third-party services; 🏷 supports tags for easy organization; 🔍 offers advanced search, sorting, and filtering by tags, domains, and folders; 🌁 provides multiple display modes; 🌗 light and dark theme. 📖 offers page previews for quick reference; 🟢 lets you know if a bookmark already exists, to avoid creating duplicates; 🗑️ provides a feature to detect broken URLs; ⌨️ provides quick access to search with hotkeys "Ctrl + Shift + K"; ❤️ free and open source;
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | FavBox |
ID | eangbddipcghohfjefjmfihcjgjnnemj |
URL Chính Thức | https://chromewebstore.google.com/detail/favbox/eangbddipcghohfjefjmfihcjgjnnemj |
Mô tả | Clear and modern bookmarking tool. |
Kích Thước Tệp | 265 KB |
Số Lần Cài Đặt | 269 |
Phiên Bản Hiện Tại | 2.0.0 |
Cập Nhật Lần Cuối | 2023-04-03 |
Ngày Phát Hành | 2023-02-08 |
Đánh Giá | 4.80/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | dmitry.magalyas |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/dd3v/favbox |
URL Trang Trợ Giúp | https://github.com/dd3v/favbox |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "FavBox", "description": "Clear and modern bookmarking tool.", "version": "2.0.0", "permissions": [ "bookmarks", "activeTab", "tabs", "storage" ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_popup": "ext\/popup\/index.html" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content.js-loader-d0a5df21.js" ], "matches": [ " |