ng-detector

Detects AngularJS apps as you browse.

什么是ng-detector?

ng-detector是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Detects AngularJS apps as you browse.”。

扩展截图

screenshot

下载ng-detector扩展crx文件

下载ng-detector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Adds a small AngularJS icon into the address bar when you come across a page that is built using AngularJS.

Mouse over the icon to see the Angular version info.                    

扩展基本信息

名称 ng-detector ng-detector
ID fedicaemhcfcmelihceehhaodggfeffm
官方URL https://chromewebstore.google.com/detail/ng-detector/fedicaemhcfcmelihceehhaodggfeffm
简介 Detects AngularJS apps as you browse.
文件大小 105 KB
安装次数 1,682
当前版本 1.2.1
更新时间 2014-10-17
上架时间 2014-10-17
评分 4.68/5 共19次评分
开发者 Unknown
付费类型 free
扩展官网 https://github.com/IgorMinar/ng-detector
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ng-detector",
    "description": "Detects AngularJS apps as you browse.",
    "author": "Igor Minar",
    "version": "1.2.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "AngularJS Super-Powered"
    },
    "web_accessible_resources": [
        "inject.js"
    ]
}