WordPress Theme Detection - ThemeDetect.com
Find out which theme a WordPress site is using with the help of ThemeDetect.com
What is WordPress Theme Detection - ThemeDetect.com?
WordPress Theme Detection - ThemeDetect.com is a Chrome extension developed by https://www.themedetect.com, and its main feature is "Find out which theme a WordPress site is using with the help of ThemeDetect.com".
Extension Screenshots
Download WordPress Theme Detection - ThemeDetect.com Extension CRX File
Download WordPress Theme Detection - ThemeDetect.com extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ilcmaphgcalflbbkcpdakklbigeifmcm |
Official URL | https://chromewebstore.google.com/detail/wordpress-theme-detection/ilcmaphgcalflbbkcpdakklbigeifmcm |
Description | Find out which theme a WordPress site is using with the help of ThemeDetect.com |
File Size | 144 KB |
Installation Count | 424 |
Current Version | 0.1 |
Last Updated | 2018-12-31 |
Publish Date | 2018-12-31 |
Rating | 1.00/5 Total 1 Ratings |
Developer | https://www.themedetect.com |
Payment Type | free |
Extension Website | https://www.themedetect.com |
Supported Languages | 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" } } } |