PortChecker

Simple tool to check your open network ports

PortChecker क्या है?

PortChecker https://myopenports.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple tool to check your open network ports"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PortChecker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Easy way to check network ports status and detect IP address. 

This tool allows you to check whether the port is open or not.
You can manage favorite ports on the settings page: add your own port (or several) for quick checking.
PortChecker also determines your IP address and lets you to copy it in one click. 

Provided by MyOpenPorts.com                    

एक्सटेंशन की मूल जानकारी

नाम PortChecker PortChecker
ID leebgfjiljadmconbpkhlfambnlcchai
आधिकारिक URL https://chromewebstore.google.com/detail/portchecker/leebgfjiljadmconbpkhlfambnlcchai
विवरण Simple tool to check your open network ports
फ़ाइल का आकार 87.05 KB
स्थापना संख्या 1,192
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2020-02-27
प्रकाशन तिथि 2020-02-27
रेटिंग 4.91/5 कुल 11 रेटिंग्स
डेवलपर https://myopenports.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://clipboardextension.com/policy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PortChecker",
    "description": "Simple tool to check your open network ports",
    "version": "1.2.0",
    "options_page": "options.html",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "http:\/\/portscan.ru\/*",
        "clipboardWrite"
    ],
    "browser_action": {
        "default_title": "PortChecker",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/google-analytics.com https:\/\/www.gstatic.com; object-src 'self'"
}