WordPress Theme Detector and Plugin Detector
WordPress Theme Detector can detect installed WordPress Themes and WordPress Plugins on the Website you are currently viewing.
什麼是WordPress Theme Detector and Plugin Detector?
WordPress Theme Detector and Plugin Detector是由themesinfo.com開發的Chrome擴展程式,該擴展的主要功能是“WordPress Theme Detector can detect installed WordPress Themes and WordPress Plugins on the Website you are currently viewing.”。
擴展截圖
下載WordPress Theme Detector and Plugin Detector擴展crx文件
下載WordPress Theme Detector and Plugin Detector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Free WordPress Theme Detector can detect the installed WordPress themes and WordPress plugins on the website you are currently viewing. This extension is extremely fast because it does not use your browser performance. For detecting purpose, we use only our very fast server-side API. If you are viewing a WordPress site, the extension icon turns blue, if the current website doesn’t have WordPress, the extension icon will turn grey.
擴展基本資訊
名稱 | WordPress Theme Detector and Plugin Detector |
ID | bjccepbfbikbpbgillfgicihhmpmjbjd |
官方網址 | https://chromewebstore.google.com/detail/wordpress-theme-detector/bjccepbfbikbpbgillfgicihhmpmjbjd |
簡介 | WordPress Theme Detector can detect installed WordPress Themes and WordPress Plugins on the Website you are currently viewing. |
檔案大小 | 90.44 KB |
安裝次數 | 92,704 |
目前版本 | 2.0 |
更新時間 | 2021-07-10 |
上架時間 | 2020-05-27 |
評分 | 4.25/5 共 40 次評分 |
開發者 | themesinfo.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://themesinfo.com |
說明頁面URL | https://themesinfo.com/contact |
隱私政策頁面URL | https://themesinfo.com/privacy |
支援的語言 | en |
manifest.json | |
{ "name": "WordPress Theme Detector and Plugin Detector", "description": "WordPress Theme Detector can detect installed WordPress Themes and WordPress Plugins on the Website you are currently viewing.", "homepage_url": "https:\/\/themesinfo.com", "version": "2.0", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "37", "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/api.themesinfo.com\/*" ], "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "icons\/icon-none.png", "default_popup": "html\/popup.html" }, "icons": { "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmSKWMUD4ePsbmh4BRE8BKxzQT9yDURF88tZRSS17JqjovCpYYk8vm4EUPHBNtd\/faihrAcfhZ7XhmNc632KTROJDyDP\/uWfnwR+swfPKD0MsXeQSiV0ZGeEFfT4Edyfv4tTj\/IWavxuQGqBFvFUnfCTtzXgxnhCZNIYLvwzlmRdY1\/48KoPOEamCb5rURSD\/iUApAGUDpcbNgeGlUb0n2UW0p+oG8UFBZY3TbkFMW2vIadoS684raFM9WXZsRHOb0PzLMmEQxotQZjfkRFaBeX0LZ6fPAQIma60czzHr7xxc+o9oeX5bzeXsivWm8ZQhk5KW1fmzNr+gJ27NYAPhzQIDAQAB" } |