AngularJS Console

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

AngularJS Console là gì?

AngularJS Console là một tiện ích mở rộng Chrome được phát triển bởi https://console.ng-app.com, và tính năng chính của nó là "Extends the Developer Tools, Panel for helping developers with AngularJS helpers.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AngularJS Console

Tải xuống các tệp mở rộng AngularJS Console dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AngularJS Console AngularJS Console
ID mkehgjplmdhnbochbdmdlghjpdhlamnd
URL Chính Thức https://chromewebstore.google.com/detail/angularjs-console/mkehgjplmdhnbochbdmdlghjpdhlamnd
Mô tả Extends the Developer Tools, Panel for helping developers with AngularJS helpers.
Kích Thước Tệp 263 KB
Số Lần Cài Đặt 2,170
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2014-03-26
Ngày Phát Hành 2014-03-25
Đánh Giá 4.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://console.ng-app.com
Loại Thanh Toán free
Trang Web Mở Rộng http://console.ng-app.com/
URL Trang Trợ Giúp http://console.ng-app.com/
Ngôn Ngữ Được Hỗ Trợ 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": [
        "*"
    ]
}