Hoverflow

Hover to preview any link, without leaving your tab.

什麼是Hoverflow?

Hoverflow是由https://hoverflow.io開發的Chrome擴展程式,該擴展的主要功能是“Hover to preview any link, without leaving your tab.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載Hoverflow擴展crx文件

下載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
官方網址 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"
}