Hoverflow

Hover to preview any link, without leaving your tab.

Hoverflow क्या है?

Hoverflow https://hoverflow.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hover to preview any link, without leaving your tab."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hoverflow एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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