IP location query

1: Display the current website server address and national flag; 2: Locate physical addresses by IP

Τι είναι το IP location query;

Το IP location query είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 379522770, και η κύρια λειτουργία του είναι "1: Display the current website server address and national flag; 2: Locate physical addresses by IP".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης IP location query

Λήψη αρχείων επέκτασης IP location query σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        1: Display the current site server address with the flag.
2: Right click the mouse to query the current location of the server.
3: Select the text, and then right-click the mouse to quickly query IP address information and geographical location.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα IP location query IP location query
ID bdclcbikdajogncdpmobifajhbajddap
Επίσημο URL https://chrome.google.com/webstore/detail/ip%E5%AE%9A%E4%BD%8D%E6%9F%A5%E8%AF%A2/bdclcbikdajogncdpmobifajhbajddap
Περιγραφή 1: Display the current website server address and national flag; 2: Locate physical addresses by IP
Μέγεθος Αρχείου 519 KB
Αριθμός Εγκαταστάσεων 624
Τρέχουσα Έκδοση 2.2.3
Τελευταία Ενημέρωση 2021-09-04
Ημερομηνία Δημοσίευσης 2020-12-30
Αξιολόγηση 3.20/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής 379522770
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://ip.lhyhq.cn
URL της Σελίδας Πολιτικής Απορρήτου https://www.lhyhq.cn/privacy.html
Υποστηριζόμενες Γλώσσες en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "manifest_version": 2,
    "homepage_url": "https:\/\/ip.lhyhq.cn",
    "version": "2.2.3",
    "author": "\u4eca\u665a\u4e0a\u5c71\u6253\u8001\u864e",
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon-48.png",
        "default_title": "__MSG_extensionName__",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage",
        "contextMenus",
        ""
    ],
    "background": {
        "scripts": [
            "common.min.js",
            "background-server.min.js"
        ]
    },
    "web_accessible_resources": [
        "static\/*.svg",
        "*.jpg",
        "*.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end",
            "js": [
                "common.min.js",
                "content-web-address.min.js"
            ]
        }
    ],
    "default_locale": "zh_CN"
}