Angular BatScanner

Angular 2 BatScanner extension

Angular BatScannerคืออะไร?

Angular BatScanner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย douglasduteil และคุณลักษณะหลักของมันคือ "Angular 2 BatScanner extension"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Angular BatScanner

ดาวน์โหลดไฟล์ส่วนขยาย Angular BatScanner ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Yet another Angular 2 devtool, Angular BatScanner is focus on performance analysis. Like debugging the performance bottleneck is hard. I made a tool to visualize what is happening for Angular when your application is running. It's similar to Timeline Tool but using the Angular Component vocabulary. By hooking into the components life cycle system we can quickly explore a record to answer :
- when, where and why a change happened 
- how often it's changed
- how much time a components took to react to it
- etc...                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Angular BatScanner Angular BatScanner
ID gcngciildkejiapchdgpcniflijoiadf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/angular-batscanner/gcngciildkejiapchdgpcniflijoiadf
คำอธิบาย Angular 2 BatScanner extension
ขนาดไฟล์ 513 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.0.0.1
อัปเดตครั้งล่าสุด 2019-03-08
วันที่เผยแพร่ 2019-03-08
คะแนน 3.33/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา douglasduteil
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/douglasduteil/angular-batscanner
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Angular BatScanner",
    "description": "Angular 2 BatScanner extension",
    "version": "1.0.0.1",
    "minimum_chrome_version": "43",
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "devtools_page": "lib\/main.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "lib\/main.html",
        "lib\/panel.html"
    ],
    "background": {
        "scripts": [
            "lib\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "file:\/\/\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}