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
        }
    ]
}