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是由https://www.themedetect.com開發的Chrome擴展程式,該擴展的主要功能是“Find out which theme a WordPress site is using with the help of ThemeDetect.com”。
擴展截圖
下載WordPress Theme Detection - ThemeDetect.com擴展crx文件
下載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 |
官方網址 | 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" } } } |