ShowIp
Show IPv4 & IPv6 addresses of the current webpage without doing external requests to a home server.
Qu'est-ce que ShowIp ?
ShowIp est une extension Chrome développée par https://opensource.teqneers.com, et sa fonction principale est "Show IPv4 & IPv6 addresses of the current webpage without doing external requests to a home server.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ShowIp
Téléchargez les fichiers d'extension ShowIp 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
This extension works with Google Chrome 18 (beta) or higher.
Informations de Base sur l'Extension
Nom | ShowIp |
ID | agoljmemkbciolpigpabjfkagboolkcj |
URL Officiel | https://chromewebstore.google.com/detail/showip/agoljmemkbciolpigpabjfkagboolkcj |
Description | Show IPv4 & IPv6 addresses of the current webpage without doing external requests to a home server. |
Taille du Fichier | 54.38 KB |
Nombre d'Installations | 23,164 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2012-05-19 |
Date de Publication | 2012-05-19 |
Évaluation | 3.50/5 Total 80 Évaluations |
Développeur | https://opensource.teqneers.com |
Type de Paiement | free |
Site Web de l'Extension | http://opensource.teqneers.com/showip.html |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "ShowIp", "minimum_chrome_version": "18", "version": "1.0", "description": "Show IPv4 & IPv6 addresses of the current webpage without doing external requests to a home server.", "icons": { "16": "icons\/icon_016.png", "48": "icons\/icon_048.png", "128": "icons\/icon_128.png" }, "permissions": [ "webRequest", "*:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "all_frames": false, "css": [ "ip.css" ], "js": [ "jquery-1.7.1.min.js", "ip.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "manifest_version": 2 } |