ng-detector

Detects AngularJS apps as you browse.

ng-detector란 무엇입니까?

ng-detector은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Detects AngularJS apps as you browse."입니다.

확장 프로그램 스크린샷

screenshot

ng-detector 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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