ScopeDoctor
Quicly shows AngularJS scope on page
ScopeDoctorとは何ですか?
ScopeDoctorはNaber Consultingによって開発されたChromeの拡張機能で、その主な機能は「Quicly shows AngularJS scope on page」です。
ScopeDoctor拡張機能のCRXファイルをダウンロード
ScopeDoctor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
AngularJS ScopeDoctor lets you quickly see scope by highlighting borders in your browser
拡張機能の基本情報
名前 | |
ID | fmcfmggannikjfnfhlfjegpajelifdpc |
公式URL | https://chrome.google.com/webstore/detail/scopedoctor/fmcfmggannikjfnfhlfjegpajelifdpc |
説明 | Quicly shows AngularJS scope on page |
ファイルサイズ | 3.39 KB |
インストール数 | 23 |
現在のバージョン | 1.0 |
最終更新日 | 2014-10-29 |
公開日 | 2014-10-29 |
開発者 | Naber Consulting |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ScopeDoctor", "description": "Quicly shows AngularJS scope on page", "version": "1.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Scopes by ScopeDoctor" }, "manifest_version": 2 } |