Check Drupal Version

This extension shows the drupal version installed in a site

Hvad er Check Drupal Version?

Check Drupal Version er en Chrome-udvidelse udviklet af manimjs, og dens hovedfunktion er "This extension shows the drupal version installed in a site".

Udvidelsesskærmbilleder

screenshot

Download Check Drupal Version-udvidelses-CRX-fil

Download Check Drupal Version-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        * 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.                    

Grundlæggende oplysninger om udvidelsen

Navn Check Drupal Version Check Drupal Version
ID gfhoiggdhkhjhokgokloaccfphldlfnf
Officiel URL https://chrome.google.com/webstore/detail/check-drupal-version/gfhoiggdhkhjhokgokloaccfphldlfnf
Beskrivelse This extension shows the drupal version installed in a site
Filstørrelse 49.03 KB
Antal Installationer 1,085
Nuværende Version 1.3
Senest Opdateret 2019-08-20
Udgivelsesdato 2019-08-20
Bedømmelse 2.43/5 Samlet 7 Bedømmelser
Udvikler manimjs
Betalingsmetode free
Understøttede Sprog 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:\/\/*\/*"
    ]
}