FavBox

Clear and modern bookmarking tool.

FavBox क्या है?

FavBox dmitry.magalyas द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Clear and modern bookmarking tool."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FavBox एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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
        }
    ]
}