AngularJS Graph

AngularJS dependency graph.

Wat is AngularJS Graph?

AngularJS Graph is een Chrome-extensie ontwikkeld door Filip (filso), en de belangrijkste functie is "AngularJS dependency graph.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie AngularJS Graph

Download AngularJS Graph-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam AngularJS Graph AngularJS Graph
ID gghbihjmlhobaiedlbhcaellinkmlogj
Officiële URL https://chromewebstore.google.com/detail/angularjs-graph/gghbihjmlhobaiedlbhcaellinkmlogj
Beschrijving AngularJS dependency graph.
Bestandsgrootte 559 KB
Aantal Installaties 2,690
Huidige Versie 0.2.9
Laatst Bijgewerkt 2023-09-26
Publicatiedatum 2020-05-28
Beoordeling 4.49/5 Totaal 35 Beoordelingen
Ontwikkelaar Filip (filso)
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://angularjs-graph.org/
Ondersteunde Talen 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"
}