Alt Devtools

Devtools for debugging and visualizing your flux data through alt

Wat is Alt Devtools?

Alt Devtools is een Chrome-extensie ontwikkeld door goatslacker, en de belangrijkste functie is "Devtools for debugging and visualizing your flux data through alt".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Alt Devtools

Download Alt Devtools-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

                                            

Basisinformatie over de Extensie

Naam Alt Devtools Alt Devtools
ID jfjefoacbhfenehankalijibcccajchg
Officiële URL https://chromewebstore.google.com/detail/alt-devtools/jfjefoacbhfenehankalijibcccajchg
Beschrijving Devtools for debugging and visualizing your flux data through alt
Bestandsgrootte 515 KB
Aantal Installaties 406
Huidige Versie 0.0.1
Laatst Bijgewerkt 2015-11-01
Publicatiedatum 2015-11-01
Beoordeling 4.20/5 Totaal 5 Beoordelingen
Ontwikkelaar goatslacker
Betalingswijze free
Extensiewebsite https://github.com/goatslacker/alt
Help Pagina-URL https://github.com/goatslacker/alt-devtool
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Alt Devtools",
    "description": "Devtools for debugging and visualizing your flux data through alt",
    "version": "0.0.1",
    "minimum_chrome_version": "10.0",
    "devtools_page": "index.html",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/hook.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "dist\/altif.js"
    ]
}