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ファイルをダウンロード

Environment Notification Banner拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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:\/\/*\/"
    ]
}