FavBox

Clear and modern bookmarking tool.

O que é FavBox?

FavBox é uma extensão do Chrome desenvolvida por dmitry.magalyas, e sua principal característica é "Clear and modern bookmarking tool.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão FavBox

Baixe arquivos de extensão FavBox no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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;                    

Informações Básicas da Extensão

Nome FavBox FavBox
ID eangbddipcghohfjefjmfihcjgjnnemj
URL Oficial https://chromewebstore.google.com/detail/favbox/eangbddipcghohfjefjmfihcjgjnnemj
Descrição Clear and modern bookmarking tool.
Tamanho do Arquivo 265 KB
Contagem de Instalações 269
Versão Atual 2.0.0
Última Atualização 2023-04-03
Data de Publicação 2023-02-08
Classificação 4.80/5 Total de 10 Avaliações
Desenvolvedor dmitry.magalyas
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/dd3v/favbox
URL da Página de Ajuda https://github.com/dd3v/favbox
Idiomas Suportados 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
        }
    ]
}