AngularJS Graph

AngularJS dependency graph.

What is AngularJS Graph?

AngularJS Graph is a Chrome extension developed by Filip (filso), and its main feature is "AngularJS dependency graph.".

Extension Screenshots

screenshot

Download AngularJS Graph Extension CRX File

Download AngularJS Graph extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name AngularJS Graph AngularJS Graph
ID gghbihjmlhobaiedlbhcaellinkmlogj
Official URL https://chromewebstore.google.com/detail/angularjs-graph/gghbihjmlhobaiedlbhcaellinkmlogj
Description AngularJS dependency graph.
File Size 559 KB
Installation Count 2,690
Current Version 0.2.9
Last Updated 2023-09-26
Publish Date 2020-05-28
Rating 4.49/5 Total 35 Ratings
Developer Filip (filso)
Email [email protected]
Payment Type free
Extension Website http://angularjs-graph.org/
Supported Languages 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",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "app\/scripts\/inject\/inject.js"
            ],
            "run_at": "document_start"
        }
    ],
    "minimum_chrome_version": "22"
}