AngularJS Console

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

什麼是AngularJS Console?

AngularJS Console是由https://console.ng-app.com開發的Chrome擴展程式,該擴展的主要功能是“Extends the Developer Tools, Panel for helping developers with AngularJS helpers.”。

擴展截圖

screenshot
screenshot

下載AngularJS Console擴展crx文件

下載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
官方網址 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": [
        "*"
    ]
}