IP Codex
Simple app to keep track of external IP's of various computers
IP Codex क्या है?
IP Codex Mihai Scurtu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple app to keep track of external IP's of various computers"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में IP Codex एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Simple extension that keeps track of global IPs on different PC's where you use it.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | gpibbkfiabdojofbbgbmigkllpinmimb |
आधिकारिक URL | https://chrome.google.com/webstore/detail/ip-codex/gpibbkfiabdojofbbgbmigkllpinmimb |
विवरण | Simple app to keep track of external IP's of various computers |
फ़ाइल का आकार | 370 KB |
स्थापना संख्या | 15 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2014-11-18 |
प्रकाशन तिथि | 2014-11-18 |
डेवलपर | Mihai Scurtu |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/mihai-scurtu/ip-codex |
सहायता पृष्ठ URL | https://github.com/mihai-scurtu/ip-codex/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.1", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "bower_components\/jquery\/dist\/jquery.min.js", "bower_components\/async\/lib\/async.js", "bower_components\/underscore\/underscore-min.js", "scripts\/lib.js", "scripts\/background.js" ] }, "browser_action": { "default_icon": "images\/icon-128.png", "default_popup": "popup.html" }, "permissions": [ "http:\/\/bot.whatismyipaddress.com\/", "background", "storage" ] } |