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