elm-detector

Detects Elm apps as you browse.

elm-detectorとは何ですか?

elm-detectorはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Detects Elm apps as you browse.」です。

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

screenshot

elm-detector拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Chrome extension that detects Elm apps as you browse                    

拡張機能の基本情報

名前 elm-detector elm-detector
ID fleeceejpamechhemmnfagghoklpeemi
公式URL https://chromewebstore.google.com/detail/elm-detector/fleeceejpamechhemmnfagghoklpeemi
説明 Detects Elm apps as you browse.
ファイルサイズ 126 KB
インストール数 81
現在のバージョン 1.0
最終更新日 2016-06-08
公開日 2016-06-08
評価 4.00/5 合計 2 レビュー
開発者 Unknown
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "elm-detector",
    "short_name": "elm-detector",
    "description": "Detects Elm apps as you browse.",
    "author": "Ronn Ross",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "detector.js"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": "images\/elm.png"
    }
}