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