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"
    }
}