Check Drupal Version

This extension shows the drupal version installed in a site

Co to jest Check Drupal Version?

Check Drupal Version to rozszerzenie Chrome opracowane przez manimjs, a jego główną funkcją jest „This extension shows the drupal version installed in a site”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Check Drupal Version

Pobierz pliki rozszerzeń Check Drupal Version w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Check Drupal Version Check Drupal Version
ID gfhoiggdhkhjhokgokloaccfphldlfnf
Oficjalny URL https://chrome.google.com/webstore/detail/check-drupal-version/gfhoiggdhkhjhokgokloaccfphldlfnf
Opis This extension shows the drupal version installed in a site
Rozmiar pliku 49.03 KB
Liczba instalacji 1,085
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2019-08-20
Data Publikacji 2019-08-20
Ocena 2.43/5 Łącznie 7 Oceny
Deweloper manimjs
Typ Płatności free
Obsługiwane Języki 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:\/\/*\/*"
    ]
}