The IP
A very Simple Chrome plugin, show the IP address at the bottom of the website, Low memory usage, IPv4 & IPv6 supported.
Cos'è The IP?
The IP è un'estensione di Chrome sviluppata da http://atool.vip, e la sua funzione principale è "A very Simple Chrome plugin, show the IP address at the bottom of the website, Low memory usage, IPv4 & IPv6 supported.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione The IP
Scarica i file di estensione The IP in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ehaiielehjkjaofolpmdmcjgffbeicck |
URL Ufficiale | https://chrome.google.com/webstore/detail/the-ip/ehaiielehjkjaofolpmdmcjgffbeicck |
Descrizione | A very Simple Chrome plugin, show the IP address at the bottom of the website, Low memory usage, IPv4 & IPv6 supported. |
Dimensione del File | 23.15 KB |
Conteggio Installazioni | 1,000 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2018-07-09 |
Data di Pubblicazione | 2018-07-09 |
Valutazione | 4.60/5 Totale 20 Valutazioni |
Sviluppatore | http://atool.vip |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://github.com/hustcc |
URL della Pagina della Politica sulla Privacy | https://atool.vip |
Lingue Supportate | 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" } |