R1P Resolve IP
Takes current domain name and returns IP Address and other...
R1P Resolve IP क्या है?
R1P Resolve IP Enrico Fanucchi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Takes current domain name and returns IP Address and other..."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में R1P Resolve IP एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Takes current domain name and returns IP Address and other functionalities... Changelog: - Ver 1.3.0 Optimize code and fixed bugs - Ver 1.2.8 Fixed minor bugs - Ver 1.2.5 Options in popup and Remember options choosed - Ver 1.2 Change GUI - Ver 1.1 Fixed minor bugs - Ver 1.0 Final Release - Update 0.9 Change Layout Design. - Update 0.8 Add Option Featured Proxy ip - Update 0.7 Add Option Featured Domain Whois service - Update 0.6 Add Options Tab for enable and disable featured. - Update 0.5 Optimize code and bug fix - Update 0.4 Introduced new featured Ip Country - Update 0.3 Bug Fix - Update 0.2 First release publish - Update 0.1 Start Project
एक्सटेंशन की मूल जानकारी
नाम | R1P Resolve IP |
ID | lhmkjhoknedemninacdmficmlfoihmpd |
आधिकारिक URL | https://chromewebstore.google.com/detail/r1p-resolve-ip/lhmkjhoknedemninacdmficmlfoihmpd |
विवरण | Takes current domain name and returns IP Address and other... |
फ़ाइल का आकार | 101 KB |
स्थापना संख्या | 39 |
वर्तमान संस्करण | 1.3.0 |
अंतिम अपडेट | 2017-03-16 |
प्रकाशन तिथि | 2017-03-16 |
रेटिंग | 5.00/5 कुल 8 रेटिंग्स |
डेवलपर | Enrico Fanucchi |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "R1P Resolve IP", "version": "1.3.0", "manifest_version": 2, "description": "Takes current domain name and returns IP Address and other...", "options_ui": { "page": "options.html", "chrome_style": true }, "icons": { "16": "img\/x18.png", "48": "img\/x48.png", "128": "img\/x128.png" }, "browser_action": { "default_popup": "popup.html", "default_title": "Click for resolve current IP" }, "permissions": [ "tabs", "storage" ] } |