IP Checker
Detects your browsers current external IP and stores this in a local history.
IP Checker क्या है?
IP Checker TC S द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Detects your browsers current external IP and stores this in a local history."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में IP Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Detects your browsers current external IP and stores this in a local (localstorage) history. Uses the API from ip-api.com. Want to contribute or make your own version? https://github.com/tcskrovseth/IP-Checker
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ccaimhnnnhjghhdinbipmbjkkgkbanha |
आधिकारिक URL | https://chrome.google.com/webstore/detail/ip-checker/ccaimhnnnhjghhdinbipmbjkkgkbanha |
विवरण | Detects your browsers current external IP and stores this in a local history. |
फ़ाइल का आकार | 21.31 KB |
स्थापना संख्या | 87 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2014-12-14 |
प्रकाशन तिथि | 2014-12-14 |
रेटिंग | 1.00/5 कुल 1 रेटिंग्स |
डेवलपर | TC S |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/tcskrovseth/IP-Checker |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IP Checker", "description": "Detects your browsers current external IP and stores this in a local history.", "version": "1.0.0", "permissions": [ "http:\/\/ip-api.com\/json" ], "browser_action": { "default_icon": ".\/images\/icon.png", "default_popup": "index.html" } } |