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