PortChecker

Simple tool to check your open network ports

Apa itu PortChecker?

PortChecker adalah ekstensi Chrome yang dikembangkan oleh https://myopenports.com, dan fitur utamanya adalah "Simple tool to check your open network ports".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi PortChecker

Unduh file ekstensi PortChecker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama PortChecker PortChecker
ID leebgfjiljadmconbpkhlfambnlcchai
URL Resmi https://chromewebstore.google.com/detail/portchecker/leebgfjiljadmconbpkhlfambnlcchai
Deskripsi Simple tool to check your open network ports
Ukuran File 87.05 KB
Jumlah Instalasi 1,192
Versi Saat Ini 1.2.0
Terakhir Diperbarui 2020-02-27
Tanggal Publikasi 2020-02-27
Penilaian 4.91/5 Total 11 Penilaian
Pengembang https://myopenports.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://clipboardextension.com/policy.html
Bahasa yang Didukung 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'"
}