Bookmark It.
Bookmark It. is an open-source bookmark manager to organize, discover and personalize your bookmarking experience.
什麼是Bookmark It.?
Bookmark It.是由https://bmrk.cc開發的Chrome擴展程式,該擴展的主要功能是“Bookmark It. is an open-source bookmark manager to organize, discover and personalize your bookmarking experience.”。
擴展截圖
下載Bookmark It.擴展crx文件
下載Bookmark It.擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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]
擴展基本資訊
名稱 | |
ID | fgnmdiklfcddmhmmmppepijecbljfjbm |
官方網址 | https://chromewebstore.google.com/detail/bookmark-it/fgnmdiklfcddmhmmmppepijecbljfjbm |
簡介 | Bookmark It. is an open-source bookmark manager to organize, discover and personalize your bookmarking experience. |
檔案大小 | 199 KB |
安裝次數 | 59 |
目前版本 | 1.0.5 |
更新時間 | 2024-03-05 |
上架時間 | 2024-02-25 |
評分 | 5.00/5 共 2 次評分 |
開發者 | https://bmrk.cc |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://bmrk.cc |
說明頁面URL | https://bmrk.cc |
隱私政策頁面URL | https://bmrk.cc/privacy |
支援的語言 | 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" } } |