FavBox

Clear and modern bookmarking tool.

Τι είναι το FavBox;

Το FavBox είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον dmitry.magalyas, και η κύρια λειτουργία του είναι "Clear and modern bookmarking tool.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης FavBox

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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
        }
    ]
}