The IP

A very Simple Chrome plugin, show the IP address at the bottom of the website, Low memory usage, IPv4 & IPv6 supported.

Was ist The IP?

The IP ist eine Chrome-Erweiterung, die von http://atool.vip entwickelt wurde, und ihr Hauptmerkmal ist "A very Simple Chrome plugin, show the IP address at the bottom of the website, Low memory usage, IPv4 & IPv6 supported.".

Erweiterungsscreenshots

screenshot
screenshot

The IP-Erweiterungs-CRX-Datei herunterladen

Laden Sie The IP-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        A very Simple Chrome plugin, show the IP address at the bottom of the website, Low memory usage, IPv4 & IPv6 supported.

Also, you can switch off the plugin just by CLICK the logo of it.

The plugin release the memory cache after use it, so very very low memory usage.                    

Grundlegende Informationen zur Erweiterung

Name The IP The IP
ID ehaiielehjkjaofolpmdmcjgffbeicck
Offizielle URL https://chrome.google.com/webstore/detail/the-ip/ehaiielehjkjaofolpmdmcjgffbeicck
Beschreibung A very Simple Chrome plugin, show the IP address at the bottom of the website, Low memory usage, IPv4 & IPv6 supported.
Dateigröße 23.15 KB
Installationsanzahl 1,000
Aktuelle Version 1.1.0
Letztes Update 2018-07-09
Veröffentlichungsdatum 2018-07-09
Bewertung 4.60/5 Insgesamt 20 Bewertungen
Entwickler http://atool.vip
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://github.com/hustcc
URL der Datenschutzrichtlinien-Seite https://atool.vip
Unterstützte Sprachen en-US,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "\/res\/js\/ajax.js",
            "\/res\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "\/res\/css\/contents\/ip.css"
            ],
            "js": [
                "\/res\/js\/contents\/ip.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "zh_CN",
    "description": "__MSG_extDesp__",
    "name": "__MSG_extName__",
    "icons": {
        "128": "\/res\/icon\/icon.png",
        "64": "\/res\/icon\/icon.png",
        "32": "\/res\/icon\/icon.png",
        "16": "\/res\/icon\/icon.png"
    },
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "19": "res\/icon\/icon.png",
            "38": "res\/icon\/icon.png"
        }
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "storage"
    ],
    "version": "1.1.0"
}