PortChecker
Simple tool to check your open network ports
ما هو PortChecker؟
PortChecker هو إضافة Chrome تم تطويرها بواسطة https://myopenports.com، والميزة الرئيسية لها هي "Simple tool to check your open network ports".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PortChecker
قم بتنزيل ملفات الامتداد PortChecker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 |
عنوان صفحة سياسة الخصوصية | 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'" } |