WordPress Theme Detection - ThemeDetect.com
Find out which theme a WordPress site is using with the help of ThemeDetect.com
Vad är WordPress Theme Detection - ThemeDetect.com?
WordPress Theme Detection - ThemeDetect.com är en Chrome-tillägg utvecklad av https://www.themedetect.com, och dess huvudfunktion är "Find out which theme a WordPress site is using with the help of ThemeDetect.com".
Tilläggsskärmbilder
Ladda ner WordPress Theme Detection - ThemeDetect.com-förlängningens CRX-fil
Ladda ner WordPress Theme Detection - ThemeDetect.com-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | ilcmaphgcalflbbkcpdakklbigeifmcm |
Officiell webbadress | https://chromewebstore.google.com/detail/wordpress-theme-detection/ilcmaphgcalflbbkcpdakklbigeifmcm |
Beskrivning | Find out which theme a WordPress site is using with the help of ThemeDetect.com |
Filstorlek | 144 KB |
Antal Installationer | 424 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2018-12-31 |
Publiceringsdatum | 2018-12-31 |
Betyg | 1.00/5 Totalt 1 Betyg |
Utvecklare | https://www.themedetect.com |
Betalningssätt | free |
Tilläggswebbplats | https://www.themedetect.com |
Stödda Språk | 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" } } } |