WordPress Theme Detection - ThemeDetect.com
Find out which theme a WordPress site is using with the help of ThemeDetect.com
Co to jest WordPress Theme Detection - ThemeDetect.com?
WordPress Theme Detection - ThemeDetect.com to rozszerzenie Chrome opracowane przez https://www.themedetect.com, a jego główną funkcją jest „Find out which theme a WordPress site is using with the help of ThemeDetect.com”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia WordPress Theme Detection - ThemeDetect.com
Pobierz pliki rozszerzeń WordPress Theme Detection - ThemeDetect.com w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ilcmaphgcalflbbkcpdakklbigeifmcm |
Oficjalny URL | https://chromewebstore.google.com/detail/wordpress-theme-detection/ilcmaphgcalflbbkcpdakklbigeifmcm |
Opis | Find out which theme a WordPress site is using with the help of ThemeDetect.com |
Rozmiar pliku | 144 KB |
Liczba instalacji | 424 |
Aktualna Wersja | 0.1 |
Ostatnia Aktualizacja | 2018-12-31 |
Data Publikacji | 2018-12-31 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | https://www.themedetect.com |
Typ Płatności | free |
Strona Rozszerzenia | https://www.themedetect.com |
Obsługiwane Języki | 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" } } } |