Website IP
Simple Chrome Extension to get the current website IP address.
Website IP क्या है?
Website IP Liam Stewart द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple Chrome Extension to get the current website IP address."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Website IP एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Website IP This extension will resolve the active tabs domain to an IP address. Features: - IPv4 support - IPv6 support - Click to copy IP address to clipboard - Simple UI Firefox version: https://addons.mozilla.org/en-US/firefox/addon/website-ip Contribute: This project is available on GitHub: https://github.com/liamstewart23/ChromeExt-WebsiteIP Privacy Policy: https://ip-api.com/docs/legal
एक्सटेंशन की मूल जानकारी
नाम | Website IP |
ID | dmgahoocbgdiidmbmihphakakdddgoof |
आधिकारिक URL | https://chromewebstore.google.com/detail/website-ip/dmgahoocbgdiidmbmihphakakdddgoof |
विवरण | Simple Chrome Extension to get the current website IP address. |
फ़ाइल का आकार | 36.68 KB |
स्थापना संख्या | 325 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2023-12-05 |
प्रकाशन तिथि | 2019-04-29 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | Liam Stewart |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/liamstewart23/ChromeExt-WebsiteIP |
सहायता पृष्ठ URL | https://github.com/liamstewart23/ChromeExt-WebsiteIP/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc |
गोपनीयता नीति पृष्ठ URL | https://choosealicense.com/licenses/gpl-3.0 |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Website IP", "description": "Simple Chrome Extension to get the current website IP address.", "version": "2.0", "icons": { "48": "icon.png" }, "action": { "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [ "activeTab" ] } |