FavBox

Clear and modern bookmarking tool.

Qu'est-ce que FavBox ?

FavBox est une extension Chrome développée par dmitry.magalyas, et sa fonction principale est "Clear and modern bookmarking tool.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension FavBox

Téléchargez les fichiers d'extension FavBox au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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;                    

Informations de Base sur l'Extension

Nom FavBox FavBox
ID eangbddipcghohfjefjmfihcjgjnnemj
URL Officiel https://chromewebstore.google.com/detail/favbox/eangbddipcghohfjefjmfihcjgjnnemj
Description Clear and modern bookmarking tool.
Taille du Fichier 265 KB
Nombre d'Installations 269
Version Actuelle 2.0.0
Dernière Mise à Jour 2023-04-03
Date de Publication 2023-02-08
Évaluation 4.80/5 Total 10 Évaluations
Développeur dmitry.magalyas
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/dd3v/favbox
URL de la Page d'Aide https://github.com/dd3v/favbox
Langues Prises en Charge 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
        }
    ]
}