Atma.js DevTool
Development Tool to develop, inspect and debug Atma.js Components
Atma.js DevToolとは何ですか?
Atma.js DevToolはhttps://atmajs.comによって開発されたChromeの拡張機能で、その主な機能は「Development Tool to develop, inspect and debug Atma.js Components」です。
拡張機能のスクリーンショット
Atma.js DevTool拡張機能のCRXファイルをダウンロード
Atma.js DevTool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Features:
- Components tree
- Highlight components child-elements
- Expose `$c` to manipulate with the selected component
- Inspect components properties, bindings, slots and resources
Quick demo:
- Install the extension
- Navigate to: http://todomvc.com/labs/architecture-examples/atmajs/
- Open the DevTools and select the Atma.js tab 拡張機能の基本情報
| 名前 | |
| ID | bpaepkmcmoablpdahclhdceapndfhdpo |
| 公式URL | https://chromewebstore.google.com/detail/atmajs-devtool/bpaepkmcmoablpdahclhdceapndfhdpo |
| 説明 | Development Tool to develop, inspect and debug Atma.js Components |
| ファイルサイズ | 201 KB |
| インストール数 | 139 |
| 現在のバージョン | 0.2.2 |
| 最終更新日 | 2014-09-30 |
| 公開日 | 2014-09-29 |
| 開発者 | https://atmajs.com |
| 支払い方法 | free |
| ヘルプページのURL | https://github.com/atmajs/atma-chrome-ext/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Atma.js DevTool",
"version": "0.2.2",
"description": "Development Tool to develop, inspect and debug Atma.js Components",
"devtools_page": "devtools.html",
"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": [
"*"
],
"background": {
"scripts": [
"lib\/background.js"
],
"persistent": false
},
"permissions": [
"tabs",
" | |