Drupal Environment Indicator

Let you change your admin menu color for every site.

Что такое Drupal Environment Indicator?

Drupal Environment Indicator - это расширение Chrome, разработанное yograf, и его основная функция - "Let you change your admin menu color for every site.".

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

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

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

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

                        If you ever changed your site just to figure after few minutes your on the wrong environment this extension is for you.
Drupal Environment Indicator let you change admin menu colors to distinguish between your sites and environments.

Doesn't need any module to be installed on server side. Just enable this extension and stop the sites confusion.                    

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

Название Drupal Environment Indicator Drupal Environment Indicator
ID gnanlioeekepleadingcfbggobkckiif
Официальный URL https://chromewebstore.google.com/detail/drupal-environment-indica/gnanlioeekepleadingcfbggobkckiif
Описание Let you change your admin menu color for every site.
Размер файла 92.4 KB
Количество установок 13
Текущая Версия 2.3
Последнее Обновление 2016-10-27
Дата публикации 2016-10-27
Рейтинг 4.00/5 Всего 1 оценок
Разработчик yograf
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://cloud.bermad.io/static/media/Bermad_Cloud_Platform_Terms_of_Service.bb15fbe4.pdf
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Drupal Environment Indicator",
    "description": "Let you change your admin menu color for every site.",
    "version": "2.3",
    "author": "Yogev Priel",
    "manifest_version": 2,
    "minimum_chrome_version": "20",
    "permissions": [
        "tabs",
        "webNavigation",
        "storage",
        "declarativeContent",
        "activeTab",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "64": "images\/icon-64.png",
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png"
    },
    "web_accessible_resources": [
        "images\/icon-32.png"
    ],
    "page_action": {
        "default_icon": "images\/icon-16.png",
        "default_title": "change toolbar colors",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}