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.」です。
拡張機能のスクリーンショット
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 |
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": [ "*" ] } |