AngularJS Console

Extends the Developer Tools, Panel for helping developers with AngularJS helpers.

AngularJS Consoleคืออะไร?

AngularJS Console เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://console.ng-app.com และคุณลักษณะหลักของมันคือ "Extends the Developer Tools, Panel for helping developers with AngularJS helpers."

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

screenshot
screenshot

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

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

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

                        AngularJS Console is a dedicated console extension for chrome dev tools which allows developers to write AngularJS code without the trouble of going through modules. It allows you to quickly debug and test code that interacts with angular modules.

Features:
Add injectables - Quickly inject to debug your code.
Save your work - For quick debugging on different pages.
Extends DevTools for Google Chrome - Made for developers, by developers.

**NEW IN v0.2**
- Modified bootstrapping of Angular to radio buttons
- Improved performance                    

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

ชื่อ AngularJS Console AngularJS Console
ID mkehgjplmdhnbochbdmdlghjpdhlamnd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/angularjs-console/mkehgjplmdhnbochbdmdlghjpdhlamnd
คำอธิบาย Extends the Developer Tools, Panel for helping developers with AngularJS helpers.
ขนาดไฟล์ 263 KB
จำนวนการติดตั้ง 2,170
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2014-03-26
วันที่เผยแพร่ 2014-03-25
คะแนน 4.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://console.ng-app.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://console.ng-app.com/
URL หน้าช่วยเหลือ http://console.ng-app.com/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AngularJS Console",
    "short_name": "ngConsole",
    "version": "0.2",
    "description": "Extends the Developer Tools, Panel for helping developers with AngularJS helpers.",
    "devtools_page": "ng-console.html",
    "icons": {
        "128": "logo.png"
    },
    "manifest_version": 2,
    "content_security_policy": "default-src 'self'  chrome-extension-resource: ; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-eval';  connect-src *; frame-src *;",
    "web_accessible_resources": [
        "*"
    ]
}