Angular Profiler

Angular Profiler is a developer tool to power-up Angular development workflow by providing a series of debugging tools.

Qu'est-ce que Angular Profiler ?

Angular Profiler est une extension Chrome développée par Andrew Yang, et sa fonction principale est "Angular Profiler is a developer tool to power-up Angular development workflow by providing a series of debugging tools.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Angular Profiler

Téléchargez les fichiers d'extension Angular Profiler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Angular Profiler for Ivy, debugging and visualisation tools                    

Informations de Base sur l'Extension

Nom Angular Profiler Angular Profiler
ID ikkobdhhnnllhcmjaealbihjkahnegia
URL Officiel https://chromewebstore.google.com/detail/angular-profiler/ikkobdhhnnllhcmjaealbihjkahnegia
Description Angular Profiler is a developer tool to power-up Angular development workflow by providing a series of debugging tools.
Taille du Fichier 7.14 MB
Nombre d'Installations 641
Version Actuelle 0.2.4
Dernière Mise à Jour 2020-06-19
Date de Publication 2020-06-18
Évaluation 3.00/5 Total 2 Évaluations
Développeur Andrew Yang
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/ddvkid/ng-profiler
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.2.4",
    "name": "Angular Profiler",
    "short_name": "ng profiler",
    "description": "Angular Profiler is a developer tool to power-up Angular development workflow by providing a series of debugging tools.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.bundle.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "devtools_page": "devtools.html",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16_disabled.png",
            "48": "images\/icon48_disabled.png",
            "148": "images\/icon148_disabled.png"
        },
        "default_title": "Angular Profiler",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "node_modules\/*",
        "dist\/*",
        "*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}