IP Analyzer
IP Analyzer
ما هو IP Analyzer؟
IP Analyzer هو إضافة Chrome تم تطويرها بواسطة Christoforos Aslanov، والميزة الرئيسية لها هي "IP Analyzer".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة IP Analyzer
قم بتنزيل ملفات الامتداد IP Analyzer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension shows you info about an ip like rdns, whois, blacklists, location etc ipalyzer.com is used to show the ip info by default the ip of the current tab is loaded, you can lookup for any ip
معلومات أساسية عن التمديد
الاسم | IP Analyzer |
ID | ggbpnkpnpchbgnahdhnpikmldfmmkfom |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/ip-analyzer/ggbpnkpnpchbgnahdhnpikmldfmmkfom |
الوصف | IP Analyzer |
حجم الملف | 18.45 KB |
عدد التثبيتات | 40 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2019-06-25 |
تاريخ النشر | 2019-06-20 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Christoforos Aslanov |
نوع الدفع | free |
موقع الإضافة | https://github.com/chr314/ipalyzer-extension |
عنوان صفحة المساعدة | https://github.com/chr314/ipalyzer-extension/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IP Analyzer", "version": "1.0.2", "description": "IP Analyzer", "homepage_url": "https:\/\/github.com\/chr314\/ipalyzer-extension", "author": "Aslanov Christoforos", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "webRequest", "webRequestBlocking" ], "background": { "scripts": [ "src\/background\/background.js" ], "persistent": true }, "browser_action": { "default_title": "IP Analyzer", "default_popup": "src\/popup\/popup.html", "default_icon": { "16": "images\/icon.16.png", "32": "images\/icon.32.png", "48": "images\/icon.48.png", "128": "images\/icon.128.png" } }, "icons": { "16": "images\/icon.16.png", "32": "images\/icon.32.png", "48": "images\/icon.48.png", "128": "images\/icon.128.png" }, "manifest_version": 2 } |