The IP

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

Wat is The IP?

The IP is een Chrome-extensie ontwikkeld door http://atool.vip, en de belangrijkste functie is "A very Simple Chrome plugin, show the IP address at the bottom of the website, Low memory usage, IPv4 & IPv6 supported.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie The IP

Download The IP-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam The IP The IP
ID ehaiielehjkjaofolpmdmcjgffbeicck
Officiële URL https://chrome.google.com/webstore/detail/the-ip/ehaiielehjkjaofolpmdmcjgffbeicck
Beschrijving A very Simple Chrome plugin, show the IP address at the bottom of the website, Low memory usage, IPv4 & IPv6 supported.
Bestandsgrootte 23.15 KB
Aantal Installaties 1,000
Huidige Versie 1.1.0
Laatst Bijgewerkt 2018-07-09
Publicatiedatum 2018-07-09
Beoordeling 4.60/5 Totaal 20 Beoordelingen
Ontwikkelaar http://atool.vip
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://github.com/hustcc
URL van de Privacybeleid Pagina https://atool.vip
Ondersteunde Talen 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"
}