WordPress Theme Detection - ThemeDetect.com
Find out which theme a WordPress site is using with the help of ThemeDetect.com
Wat is WordPress Theme Detection - ThemeDetect.com?
WordPress Theme Detection - ThemeDetect.com is een Chrome-extensie ontwikkeld door https://www.themedetect.com, en de belangrijkste functie is "Find out which theme a WordPress site is using with the help of ThemeDetect.com".
Extensie Screenshots
Download het CRX-bestand van de extensie WordPress Theme Detection - ThemeDetect.com
Download WordPress Theme Detection - ThemeDetect.com-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ilcmaphgcalflbbkcpdakklbigeifmcm |
Officiële URL | https://chromewebstore.google.com/detail/wordpress-theme-detection/ilcmaphgcalflbbkcpdakklbigeifmcm |
Beschrijving | Find out which theme a WordPress site is using with the help of ThemeDetect.com |
Bestandsgrootte | 144 KB |
Aantal Installaties | 424 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2018-12-31 |
Publicatiedatum | 2018-12-31 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://www.themedetect.com |
Betalingswijze | free |
Extensiewebsite | https://www.themedetect.com |
Ondersteunde Talen | 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" } } } |