FavBox

Clear and modern bookmarking tool.

FavBoxとは何ですか?

FavBoxはdmitry.magalyasによって開発されたChromeの拡張機能で、その主な機能は「Clear and modern bookmarking tool.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

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;                    

拡張機能の基本情報

名前 FavBox FavBox
ID eangbddipcghohfjefjmfihcjgjnnemj
公式URL 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
Eメール [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": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "ext\/browser\/index.html"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/content.js-d7e7fa2c.js"
            ],
            "use_dynamic_url": true
        }
    ]
}