ShowIp
Show IPv4 & IPv6 addresses of the current webpage without doing external requests to a home server.
Wat is ShowIp?
ShowIp is een Chrome-extensie ontwikkeld door https://opensource.teqneers.com, en de belangrijkste functie is "Show IPv4 & IPv6 addresses of the current webpage without doing external requests to a home server.".
Extensie Screenshots
Download het CRX-bestand van de extensie ShowIp
Download ShowIp-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
This extension works with Google Chrome 18 (beta) or higher.
Basisinformatie over de Extensie
Naam | ShowIp |
ID | agoljmemkbciolpigpabjfkagboolkcj |
Officiële URL | https://chromewebstore.google.com/detail/showip/agoljmemkbciolpigpabjfkagboolkcj |
Beschrijving | Show IPv4 & IPv6 addresses of the current webpage without doing external requests to a home server. |
Bestandsgrootte | 54.38 KB |
Aantal Installaties | 23,164 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2012-05-19 |
Publicatiedatum | 2012-05-19 |
Beoordeling | 3.50/5 Totaal 80 Beoordelingen |
Ontwikkelaar | https://opensource.teqneers.com |
Betalingswijze | free |
Extensiewebsite | http://opensource.teqneers.com/showip.html |
Ondersteunde Talen | 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 } |