Website IP
Simple Chrome Extension to get the current website IP address.
ما هو Website IP؟
Website IP هو إضافة Chrome تم تطويرها بواسطة Liam Stewart، والميزة الرئيسية لها هي "Simple Chrome Extension to get the current website IP address.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Website IP
قم بتنزيل ملفات الامتداد Website IP بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Website IP This extension will resolve the active tabs domain to an IP address. Features: - IPv4 support - IPv6 support - Click to copy IP address to clipboard - Simple UI Firefox version: https://addons.mozilla.org/en-US/firefox/addon/website-ip Contribute: This project is available on GitHub: https://github.com/liamstewart23/ChromeExt-WebsiteIP Privacy Policy: https://ip-api.com/docs/legal
معلومات أساسية عن التمديد
الاسم | Website IP |
ID | dmgahoocbgdiidmbmihphakakdddgoof |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/website-ip/dmgahoocbgdiidmbmihphakakdddgoof |
الوصف | Simple Chrome Extension to get the current website IP address. |
حجم الملف | 36.68 KB |
عدد التثبيتات | 325 |
النسخة الحالية | 2.0 |
آخر تحديث | 2023-12-05 |
تاريخ النشر | 2019-04-29 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Liam Stewart |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/liamstewart23/ChromeExt-WebsiteIP |
عنوان صفحة المساعدة | https://github.com/liamstewart23/ChromeExt-WebsiteIP/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc |
عنوان صفحة سياسة الخصوصية | https://choosealicense.com/licenses/gpl-3.0 |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Website IP", "description": "Simple Chrome Extension to get the current website IP address.", "version": "2.0", "icons": { "48": "icon.png" }, "action": { "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [ "activeTab" ] } |