Check Drupal Version
This extension shows the drupal version installed in a site
O que é Check Drupal Version?
Check Drupal Version é uma extensão do Chrome desenvolvida por manimjs, e sua principal característica é "This extension shows the drupal version installed in a site".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Check Drupal Version
Baixe arquivos de extensão Check Drupal Version 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
* The add-on will be helpful for all developers to find the current Drupal version of a particular site. * We can easily identify, whether the site is built in D6 or D7. * This Chrome Extension is helpful for the Drupal Developers as well as for others to identify the version in a single click. - Owning & Maintaining by Manikandan for Cognizant Technology Solutions.
Informações Básicas da Extensão
Nome | |
ID | gfhoiggdhkhjhokgokloaccfphldlfnf |
URL Oficial | https://chrome.google.com/webstore/detail/check-drupal-version/gfhoiggdhkhjhokgokloaccfphldlfnf |
Descrição | This extension shows the drupal version installed in a site |
Tamanho do Arquivo | 49.03 KB |
Contagem de Instalações | 1,085 |
Versão Atual | 1.3 |
Última Atualização | 2019-08-20 |
Data de Publicação | 2019-08-20 |
Classificação | 2.43/5 Total de 7 Avaliações |
Desenvolvedor | manimjs |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Check Drupal Version", "description": "This extension shows the drupal version installed in a site", "version": "1.3", "short_name": "DrupalVers", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ] } |