FavBox
Clear and modern bookmarking tool.
什麼是FavBox?
FavBox是由dmitry.magalyas開發的Chrome擴展程式,該擴展的主要功能是“Clear and modern bookmarking tool.”。
擴展截圖
下載FavBox擴展crx文件
下載FavBox擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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; 擴展基本資訊
| 名稱 | |
| ID | eangbddipcghohfjefjmfihcjgjnnemj |
| 官方網址 | https://chromewebstore.google.com/detail/favbox/eangbddipcghohfjefjmfihcjgjnnemj |
| 簡介 | Clear and modern bookmarking tool. |
| 檔案大小 | 265 KB |
| 安裝次數 | 269 |
| 目前版本 | 2.0.0 |
| 更新時間 | 2023-04-03 |
| 上架時間 | 2023-02-08 |
| 評分 | 4.80/5 共 10 次評分 |
| 開發者 | dmitry.magalyas |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/dd3v/favbox |
| 說明頁面URL | https://github.com/dd3v/favbox |
| 支援的語言 | 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": [
" | |