PortChecker

Simple tool to check your open network ports

PortCheckerとは何ですか?

PortCheckerはhttps://myopenports.comによって開発されたChromeの拡張機能で、その主な機能は「Simple tool to check your open network ports」です。

拡張機能のスクリーンショット

screenshot
screenshot

PortChecker拡張機能のCRXファイルをダウンロード

PortChecker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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'"
}