Environment Tagger

Never delete those production data again!

Environment Taggerとは何ですか?

Environment TaggerはRasmus Østergårdによって開発されたChromeの拡張機能で、その主な機能は「Never delete those production data again!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Environment Tagger拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension will help you to identity different websites. 

Be able to tell if you are on production or in development                    

拡張機能の基本情報

名前 Environment Tagger Environment Tagger
ID gcjmehmhcfchpgfkkgbncjccgbfcajbd
公式URL https://chromewebstore.google.com/detail/environment-tagger/gcjmehmhcfchpgfkkgbncjccgbfcajbd
説明 Never delete those production data again!
ファイルサイズ 747 KB
インストール数 2,256
現在のバージョン 1.0.1.2
最終更新日 2017-10-04
公開日 2017-10-04
評価 5.00/5 合計 7 レビュー
開発者 Rasmus Østergård
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Environment Tagger",
    "description": "Never delete those production data again!",
    "version": "1.0.1.2",
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": false,
        "open_in_tab": true
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "128.png",
        "default_title": "Environment Tagger"
    },
    "icons": {
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}