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
Eメール [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
    }
}