Environment Notification Banner

This extension shows a warning banner on the page when visiting a specified set of URLS

Environment Notification Banner란 무엇입니까?

Environment Notification Banner은(는) Chris Hepner에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension shows a warning banner on the page when visiting a specified set of URLS"입니다.

Environment Notification Banner 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Thanks to Edward Wang for improved CSS resets and preventing duplicated banners, and Michael Lefkowitz for adding the ability to move the banner to the bottom.                    

확장 프로그램 기본 정보

이름 Environment Notification Banner Environment Notification Banner
ID acekbdliodimhedjoaifioeppmfiokon
공식 URL https://chromewebstore.google.com/detail/environment-notification/acekbdliodimhedjoaifioeppmfiokon
설명 This extension shows a warning banner on the page when visiting a specified set of URLS
파일 크기 30.08 KB
설치 횟수 151
현재 버전 1.0.6
최근 업데이트 2017-04-07
출시 날짜 2017-04-06
개발자 Chris Hepner
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/chrishepner/env-extension
도움말 페이지 URL https://github.com/chrishepner/env-extension
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Environment Notification Banner",
    "description": "This extension shows a warning banner on the page when visiting a specified set of URLS",
    "version": "1.0.6",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "inject.js"
    ],
    "icons": {
        "48": "icons\/alert-48.png",
        "128": "icons\/alert-128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}