Bookmark It.
Bookmark It. is an open-source bookmark manager to organize, discover and personalize your bookmarking experience.
Bookmark It. là gì?
Bookmark It. là một tiện ích mở rộng Chrome được phát triển bởi https://bmrk.cc, và tính năng chính của nó là "Bookmark It. is an open-source bookmark manager to organize, discover and personalize your bookmarking experience.".
Ả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 Bookmark It.
Tải xuống các tệp mở rộng Bookmark It. 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
Webpage: https://bmrk.cc Features: - One-click bookmarking: Easily save any site with a single right-click via the context menu. - Centralised bookmark management: Access all your bookmarks in one convenient location. - Instant search: Quickly find and open any bookmark without leaving your current tab. - Offline access: Enjoy seamless access to all saved bookmarks even when offline. - Customisable shortcuts: Set personalised keyboard shortcuts to open it. - Dark/Light mode support: Choose between dark and light themes for comfortable browsing in any environment. Want to request a feature or report a bug? Contact us at [email protected]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fgnmdiklfcddmhmmmppepijecbljfjbm |
URL Chính Thức | https://chromewebstore.google.com/detail/bookmark-it/fgnmdiklfcddmhmmmppepijecbljfjbm |
Mô tả | Bookmark It. is an open-source bookmark manager to organize, discover and personalize your bookmarking experience. |
Kích Thước Tệp | 199 KB |
Số Lần Cài Đặt | 59 |
Phiên Bản Hiện Tại | 1.0.5 |
Cập Nhật Lần Cuối | 2024-03-05 |
Ngày Phát Hành | 2024-02-25 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://bmrk.cc |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://bmrk.cc |
URL Trang Trợ Giúp | https://bmrk.cc |
URL Trang Chính Sách Bảo Mật | https://bmrk.cc/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0.5", "version_name": "1.0.5", "name": "Bookmark It.", "short_name": "bmrk it.", "description": "Bookmark It. is an open-source bookmark manager to organize, discover and personalize your bookmarking experience.", "permissions": [ "activeTab", "contextMenus", "tabs", "identity", "storage" ], "oauth2": { "client_id": "531625309515-s757u5or54n1iqrjtuuh3m7hutb8n0de.apps.googleusercontent.com", "scopes": [ "email", "profile" ] }, "action": { "default_title": "Bookmark It.", "default_popup": "index.html", "default_icon": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } }, "externally_connectable": { "matches": [ "https:\/\/app.bmrk.cc\/*", "http:\/\/app.localhost:3000\/*" ] }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "homepage_url": "https:\/\/bmrk.cc", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |