Hoverflow

Hover to preview any link, without leaving your tab.

Что такое Hoverflow?

Hoverflow - это расширение Chrome, разработанное https://hoverflow.io, и его основная функция - "Hover to preview any link, without leaving your tab.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Hoverflow

Скачайте файлы расширений Hoverflow в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        The fastest and easiest way to browse wikis, docs, the web.

Nested: Preview links within links, find information without breaking flow.
Fast: Loads the mobile version of websites for fast and focused browsing.
Secure: Disabled by default, enabled where you want it.

One-click enable on any tab, click again for granular settings.

Works great with Wikipedia! We've automatically enabled it there for you to try out, but feel free turn it off anytime via the popup menu.                    

Основная информация о расширении

Название Hoverflow Hoverflow
ID hejgdekfjconideemhoabeiadaeikpli
Официальный URL https://chromewebstore.google.com/detail/hoverflow/hejgdekfjconideemhoabeiadaeikpli
Описание Hover to preview any link, without leaving your tab.
Размер файла 49.37 KB
Количество установок 1,216
Текущая Версия 1.2.4
Последнее Обновление 2023-04-24
Дата публикации 2022-05-03
Рейтинг 4.74/5 Всего 27 оценок
Разработчик https://hoverflow.io
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://hoverflow.io
URL страницы помощи https://moonstopsoftware.com/contact
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.2.4",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "\/icons\/16.png",
        "32": "\/icons\/32.png",
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png"
    },
    "permissions": [
        "storage",
        "scripting",
        "activeTab",
        "declarativeNetRequestWithHostAccess"
    ],
    "optional_permissions": [
        "bookmarks"
    ],
    "host_permissions": [
        "https:\/\/*.wikipedia.org\/*"
    ],
    "optional_host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/localhost\/*",
        "http:\/\/localhost:*\/*",
        "http:\/\/127.0.0.1\/*",
        "http:\/\/127.0.0.1:*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/hoverflow.io\/*"
        ]
    },
    "background": {
        "service_worker": "src\/serviceWorker.js"
    },
    "action": {
        "default_title": "__MSG_actionTitle__",
        "default_icon": {
            "16": "\/icons\/grey\/16.png",
            "32": "\/icons\/grey\/32.png",
            "48": "\/icons\/grey\/48.png",
            "128": "\/icons\/grey\/128.png"
        }
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "frameRules",
                "path": "rules.json",
                "enabled": true
            }
        ]
    },
    "options_page": "settings.html"
}