WordPress Theme Detection - ThemeDetect.com
Find out which theme a WordPress site is using with the help of ThemeDetect.com
Qu'est-ce que WordPress Theme Detection - ThemeDetect.com ?
WordPress Theme Detection - ThemeDetect.com est une extension Chrome développée par https://www.themedetect.com, et sa fonction principale est "Find out which theme a WordPress site is using with the help of ThemeDetect.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension WordPress Theme Detection - ThemeDetect.com
Téléchargez les fichiers d'extension WordPress Theme Detection - ThemeDetect.com au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ilcmaphgcalflbbkcpdakklbigeifmcm |
URL Officiel | 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 |
Taille du Fichier | 144 KB |
Nombre d'Installations | 424 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2018-12-31 |
Date de Publication | 2018-12-31 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | https://www.themedetect.com |
Type de Paiement | free |
Site Web de l'Extension | https://www.themedetect.com |
Langues Prises en Charge | 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" } } } |