IsWordPress - WordPress theme plugin detector
Effortlessly uncover WordPress sites. Pinpoint themes for design cues, detect plugins for functionality.
ما هو IsWordPress - WordPress theme plugin detector؟
IsWordPress - WordPress theme plugin detector هو إضافة Chrome تم تطويرها بواسطة Jafran Hasan، والميزة الرئيسية لها هي "Effortlessly uncover WordPress sites. Pinpoint themes for design cues, detect plugins for functionality.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة IsWordPress - WordPress theme plugin detector
قم بتنزيل ملفات الامتداد IsWordPress - WordPress theme plugin detector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The 'IsWordPress' Chrome Extension is a powerful tool that enables you to effortlessly identify WordPress websites, their themes, and plugins. This extension is designed for developers, designers, and enthusiasts who want efficient insights into the technology behind WordPress sites. Features Effortless Detection: Quickly identify WordPress websites without hassle. Theme Insights: Gain design insights by identifying the WordPress theme in use. Plugin Detection: Discover plugins employed for enhanced functionality. Optimized Performance: The extension is designed for speed and efficiency. Server-less Design: Operates without the need for external servers. Offline Usage: Works even when you're offline. Full documentation and contribution page can be found on https://github.com/imjafran/iswordpress
معلومات أساسية عن التمديد
الاسم | IsWordPress - WordPress theme plugin detector |
ID | enohbojoeceihccbalgijnfbhbinfllf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/iswordpress-wordpress-the/enohbojoeceihccbalgijnfbhbinfllf |
الوصف | Effortlessly uncover WordPress sites. Pinpoint themes for design cues, detect plugins for functionality. |
حجم الملف | 213 KB |
عدد التثبيتات | 160 |
النسخة الحالية | 0.0.3 |
آخر تحديث | 2023-08-13 |
تاريخ النشر | 2022-11-03 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | Jafran Hasan |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/imjafran/iswordpress |
عنوان صفحة المساعدة | https://github.com/imjafran/iswordpress |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IsWordPress - WordPress theme plugin detector", "description": "Effortlessly uncover WordPress sites. Pinpoint themes for design cues, detect plugins for functionality.", "version": "0.0.3", "manifest_version": 3, "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "app.html", "default_icon": { "32": "\/images\/icon.png", "128": "\/images\/icon.png" } }, "icons": { "32": "\/images\/icon.png", "128": "\/images\/icon.png" } } |