WordPress Theme Detection - ThemeDetect.com
Find out which theme a WordPress site is using with the help of ThemeDetect.com
O que é WordPress Theme Detection - ThemeDetect.com?
WordPress Theme Detection - ThemeDetect.com é uma extensão do Chrome desenvolvida por https://www.themedetect.com, e sua principal característica é "Find out which theme a WordPress site is using with the help of ThemeDetect.com".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão WordPress Theme Detection - ThemeDetect.com
Baixe arquivos de extensão WordPress Theme Detection - ThemeDetect.com no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | ilcmaphgcalflbbkcpdakklbigeifmcm |
URL Oficial | https://chromewebstore.google.com/detail/wordpress-theme-detection/ilcmaphgcalflbbkcpdakklbigeifmcm |
Descrição | Find out which theme a WordPress site is using with the help of ThemeDetect.com |
Tamanho do Arquivo | 144 KB |
Contagem de Instalações | 424 |
Versão Atual | 0.1 |
Última Atualização | 2018-12-31 |
Data de Publicação | 2018-12-31 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | https://www.themedetect.com |
Tipo de Pagamento | free |
Site da Extensão | https://www.themedetect.com |
Idiomas Suportados | 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" } } } |