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 |
公式URL | 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 |
Eメール | [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" } |