Drupal Environment Indicator

Let you change your admin menu color for every site.

什么是Drupal Environment Indicator?

Drupal Environment Indicator是由yograf开发的Chrome扩展程序,该扩展的主要功能是“Let you change your admin menu color for every site.”。

扩展截图

下载Drupal Environment Indicator扩展crx文件

下载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
    }
}