ng-detector

Detects AngularJS apps as you browse.

ng-detectorคืออะไร?

ng-detector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Detects AngularJS apps as you browse."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ng-detector

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}