elm-detector

Detects Elm apps as you browse.

What is elm-detector?

elm-detector is a Chrome extension developed by Unknown, and its main feature is "Detects Elm apps as you browse.".

Extension Screenshots

screenshot

Download elm-detector Extension CRX File

Download elm-detector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Chrome extension that detects Elm apps as you browse                    

Extension Basic Information

Name elm-detector elm-detector
ID fleeceejpamechhemmnfagghoklpeemi
Official URL https://chromewebstore.google.com/detail/elm-detector/fleeceejpamechhemmnfagghoklpeemi
Description Detects Elm apps as you browse.
File Size 126 KB
Installation Count 81
Current Version 1.0
Last Updated 2016-06-08
Publish Date 2016-06-08
Rating 4.00/5 Total 2 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
    }
}