Check Drupal Version

This extension shows the drupal version installed in a site

What is Check Drupal Version?

Check Drupal Version is a Chrome extension developed by manimjs, and its main feature is "This extension shows the drupal version installed in a site".

Extension Screenshots

screenshot

Download Check Drupal Version Extension CRX File

Download Check Drupal Version extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Check Drupal Version Check Drupal Version
ID gfhoiggdhkhjhokgokloaccfphldlfnf
Official URL https://chrome.google.com/webstore/detail/check-drupal-version/gfhoiggdhkhjhokgokloaccfphldlfnf
Description This extension shows the drupal version installed in a site
File Size 49.03 KB
Installation Count 1,085
Current Version 1.3
Last Updated 2019-08-20
Publish Date 2019-08-20
Rating 2.43/5 Total 7 Ratings
Developer manimjs
Payment Type free
Supported Languages 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:\/\/*\/*"
    ]
}