WordPress Theme Detection - ThemeDetect.com
Find out which theme a WordPress site is using with the help of ThemeDetect.com
WordPress Theme Detection - ThemeDetect.comคืออะไร?
WordPress Theme Detection - ThemeDetect.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.themedetect.com และคุณลักษณะหลักของมันคือ "Find out which theme a WordPress site is using with the help of ThemeDetect.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WordPress Theme Detection - ThemeDetect.com
ดาวน์โหลดไฟล์ส่วนขยาย WordPress Theme Detection - ThemeDetect.com ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Easily detect which theme a WordPress site is using. Navigate to any webpage powered by WordPress then open up this extension. Our extension will automatically analyze the webpage and display the name, version, author and other data about the theme being used.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ilcmaphgcalflbbkcpdakklbigeifmcm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wordpress-theme-detection/ilcmaphgcalflbbkcpdakklbigeifmcm |
คำอธิบาย | Find out which theme a WordPress site is using with the help of ThemeDetect.com |
ขนาดไฟล์ | 144 KB |
จำนวนการติดตั้ง | 424 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2018-12-31 |
วันที่เผยแพร่ | 2018-12-31 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://www.themedetect.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.themedetect.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WordPress Theme Detection - ThemeDetect.com", "description": "Find out which theme a WordPress site is using with the help of ThemeDetect.com", "version": "0.1", "icons": { "38": "img\/icon-38.png", "58": "img\/icon-58.png", "76": "img\/icon-76.png" }, "permissions": [ "activeTab", "https:\/\/www.themedetect.com\/*", "http:\/\/127.0.0.1\/*" ], "browser_action": { "browser_style": true, "default_title": "Detect WordPress Theme", "default_popup": "pages\/index.html", "default_icon": { "38": "img\/icon-38.png", "58": "img\/icon-58.png", "76": "img\/icon-76.png" } } } |