WordPress Theme Detection - ThemeDetect.com
Find out which theme a WordPress site is using with the help of ThemeDetect.com
Was ist WordPress Theme Detection - ThemeDetect.com?
WordPress Theme Detection - ThemeDetect.com ist eine Chrome-Erweiterung, die von https://www.themedetect.com entwickelt wurde, und ihr Hauptmerkmal ist "Find out which theme a WordPress site is using with the help of ThemeDetect.com".
Erweiterungsscreenshots
WordPress Theme Detection - ThemeDetect.com-Erweiterungs-CRX-Datei herunterladen
Laden Sie WordPress Theme Detection - ThemeDetect.com-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ilcmaphgcalflbbkcpdakklbigeifmcm |
Offizielle URL | https://chromewebstore.google.com/detail/wordpress-theme-detection/ilcmaphgcalflbbkcpdakklbigeifmcm |
Beschreibung | Find out which theme a WordPress site is using with the help of ThemeDetect.com |
Dateigröße | 144 KB |
Installationsanzahl | 424 |
Aktuelle Version | 0.1 |
Letztes Update | 2018-12-31 |
Veröffentlichungsdatum | 2018-12-31 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://www.themedetect.com |
Zahlungsart | free |
Erweiterungswebsite | https://www.themedetect.com |
Unterstützte Sprachen | 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" } } } |