ShowIp
Show IPv4 & IPv6 addresses of the current webpage without doing external requests to a home server.
ShowIp क्या है?
ShowIp https://opensource.teqneers.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show IPv4 & IPv6 addresses of the current webpage without doing external requests to a home server."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ShowIp एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension works with Google Chrome 18 (beta) or higher.
एक्सटेंशन की मूल जानकारी
नाम | ShowIp |
ID | agoljmemkbciolpigpabjfkagboolkcj |
आधिकारिक URL | https://chromewebstore.google.com/detail/showip/agoljmemkbciolpigpabjfkagboolkcj |
विवरण | Show IPv4 & IPv6 addresses of the current webpage without doing external requests to a home server. |
फ़ाइल का आकार | 54.38 KB |
स्थापना संख्या | 23,164 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2012-05-19 |
प्रकाशन तिथि | 2012-05-19 |
रेटिंग | 3.50/5 कुल 80 रेटिंग्स |
डेवलपर | https://opensource.teqneers.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://opensource.teqneers.com/showip.html |
समर्थित भाषाएँ | 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 } |