The IP
A very Simple Chrome plugin, show the IP address at the bottom of the website, Low memory usage, IPv4 & IPv6 supported.
Qu'est-ce que The IP ?
The IP est une extension Chrome développée par http://atool.vip, et sa fonction principale est "A very Simple Chrome plugin, show the IP address at the bottom of the website, Low memory usage, IPv4 & IPv6 supported.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension The IP
Téléchargez les fichiers d'extension The IP au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ehaiielehjkjaofolpmdmcjgffbeicck |
URL Officiel | https://chrome.google.com/webstore/detail/the-ip/ehaiielehjkjaofolpmdmcjgffbeicck |
Description | A very Simple Chrome plugin, show the IP address at the bottom of the website, Low memory usage, IPv4 & IPv6 supported. |
Taille du Fichier | 23.15 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2018-07-09 |
Date de Publication | 2018-07-09 |
Évaluation | 4.60/5 Total 20 Évaluations |
Développeur | http://atool.vip |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/hustcc |
URL de la Page de Politique de Confidentialité | https://atool.vip |
Langues Prises en Charge | 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" } |