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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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