Check Drupal Version
This extension shows the drupal version installed in a site
Wat is Check Drupal Version?
Check Drupal Version is een Chrome-extensie ontwikkeld door manimjs, en de belangrijkste functie is "This extension shows the drupal version installed in a site".
Extensie Screenshots
Download het CRX-bestand van de extensie Check Drupal Version
Download Check Drupal Version-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
* 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.
Basisinformatie over de Extensie
Naam | |
ID | gfhoiggdhkhjhokgokloaccfphldlfnf |
Officiële URL | https://chrome.google.com/webstore/detail/check-drupal-version/gfhoiggdhkhjhokgokloaccfphldlfnf |
Beschrijving | This extension shows the drupal version installed in a site |
Bestandsgrootte | 49.03 KB |
Aantal Installaties | 1,085 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2019-08-20 |
Publicatiedatum | 2019-08-20 |
Beoordeling | 2.43/5 Totaal 7 Beoordelingen |
Ontwikkelaar | manimjs |
Betalingswijze | free |
Ondersteunde Talen | 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:\/\/*\/*" ] } |