Check Drupal Version
This extension shows the drupal version installed in a site
Cos'è Check Drupal Version?
Check Drupal Version è un'estensione di Chrome sviluppata da manimjs, e la sua funzione principale è "This extension shows the drupal version installed in a site".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Check Drupal Version
Scarica i file di estensione Check Drupal Version in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
* 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.
Informazioni di Base sull'Estensione
Nome | |
ID | gfhoiggdhkhjhokgokloaccfphldlfnf |
URL Ufficiale | https://chrome.google.com/webstore/detail/check-drupal-version/gfhoiggdhkhjhokgokloaccfphldlfnf |
Descrizione | This extension shows the drupal version installed in a site |
Dimensione del File | 49.03 KB |
Conteggio Installazioni | 1,085 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2019-08-20 |
Data di Pubblicazione | 2019-08-20 |
Valutazione | 2.43/5 Totale 7 Valutazioni |
Sviluppatore | manimjs |
Tipo di Pagamento | free |
Lingue Supportate | 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:\/\/*\/*" ] } |