The IP

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

Co je The IP?

The IP je rozšíření Chrome vyvinuté http://atool.vip, a jeho hlavní funkcí je „A very Simple Chrome plugin, show the IP address at the bottom of the website, Low memory usage, IPv4 & IPv6 supported.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření The IP

Stáhněte si soubory rozšíření The IP ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název The IP The IP
ID ehaiielehjkjaofolpmdmcjgffbeicck
Oficiální URL https://chrome.google.com/webstore/detail/the-ip/ehaiielehjkjaofolpmdmcjgffbeicck
Popis A very Simple Chrome plugin, show the IP address at the bottom of the website, Low memory usage, IPv4 & IPv6 supported.
Velikost souboru 23.15 KB
Počet instalací 1,000
Aktuální Verze 1.1.0
Poslední Aktualizace 2018-07-09
Datum Vydání 2018-07-09
Hodnocení 4.60/5 Celkem 20 Hodnocení
Vývojář http://atool.vip
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://github.com/hustcc
URL Stránky Zásad Ochrany Soukromí https://atool.vip
Podporované Jazyky 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"
}