AngularJS Graph
AngularJS dependency graph.
AngularJS Graphとは何ですか?
AngularJS GraphはFilip (filso)によって開発されたChromeの拡張機能で、その主な機能は「AngularJS dependency graph.」です。
拡張機能のスクリーンショット
AngularJS Graph拡張機能のCRXファイルをダウンロード
AngularJS Graph拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This adds new browser inspector tab, "AngularJS Graph" to browse your AngularJS graph.
http://angularjs-graph.org/
Features:
- components and modules view
- update graph on reload
- ignore and filter modules
- sticky nodes
- zooming and panning
- filtering by component type 拡張機能の基本情報
| 名前 | |
| ID | gghbihjmlhobaiedlbhcaellinkmlogj |
| 公式URL | https://chromewebstore.google.com/detail/angularjs-graph/gghbihjmlhobaiedlbhcaellinkmlogj |
| 説明 | AngularJS dependency graph. |
| ファイルサイズ | 559 KB |
| インストール数 | 2,690 |
| 現在のバージョン | 0.2.9 |
| 最終更新日 | 2023-09-26 |
| 公開日 | 2020-05-28 |
| 評価 | 4.49/5 合計 35 レビュー |
| 開発者 | Filip (filso) |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://angularjs-graph.org/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "AngularJS Graph",
"version": "0.2.9",
"description": "AngularJS dependency graph.",
"background": {
"page": "app\/background.html"
},
"devtools_page": "app\/devtoolsBackground.html",
"options_page": "app\/index.html",
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
"manifest_version": 2,
"icons": {
"500": "app\/img\/square-500.png"
},
"permissions": [
"storage",
" | |