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 |
公式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" } } } |