Alt Devtools

Devtools for debugging and visualizing your flux data through alt

What is Alt Devtools?

Alt Devtools is a Chrome extension developed by goatslacker, and its main feature is "Devtools for debugging and visualizing your flux data through alt".

Extension Screenshots

screenshot
screenshot

Download Alt Devtools Extension CRX File

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

                                            

Extension Basic Information

Name Alt Devtools Alt Devtools
ID jfjefoacbhfenehankalijibcccajchg
Official URL https://chromewebstore.google.com/detail/alt-devtools/jfjefoacbhfenehankalijibcccajchg
Description Devtools for debugging and visualizing your flux data through alt
File Size 515 KB
Installation Count 406
Current Version 0.0.1
Last Updated 2015-11-01
Publish Date 2015-11-01
Rating 4.20/5 Total 5 Ratings
Developer goatslacker
Payment Type free
Extension Website https://github.com/goatslacker/alt
Help Page URL https://github.com/goatslacker/alt-devtool
Supported Languages 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"
    ]
}