Check Drupal Version

This extension shows the drupal version installed in a site

Что такое Check Drupal Version?

Check Drupal Version - это расширение Chrome, разработанное manimjs, и его основная функция - "This extension shows the drupal version installed in a site".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Check Drupal Version

Скачайте файлы расширений Check Drupal Version в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Check Drupal Version Check Drupal Version
ID gfhoiggdhkhjhokgokloaccfphldlfnf
Официальный URL https://chrome.google.com/webstore/detail/check-drupal-version/gfhoiggdhkhjhokgokloaccfphldlfnf
Описание This extension shows the drupal version installed in a site
Размер файла 49.03 KB
Количество установок 1,085
Текущая Версия 1.3
Последнее Обновление 2019-08-20
Дата публикации 2019-08-20
Рейтинг 2.43/5 Всего 7 оценок
Разработчик manimjs
Тип оплаты free
Поддерживаемые языки 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:\/\/*\/*"
    ]
}