Alt Devtools

Devtools for debugging and visualizing your flux data through alt

Co to jest Alt Devtools?

Alt Devtools to rozszerzenie Chrome opracowane przez goatslacker, a jego główną funkcją jest „Devtools for debugging and visualizing your flux data through alt”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Alt Devtools

Pobierz pliki rozszerzeń Alt Devtools w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Alt Devtools Alt Devtools
ID jfjefoacbhfenehankalijibcccajchg
Oficjalny URL https://chromewebstore.google.com/detail/alt-devtools/jfjefoacbhfenehankalijibcccajchg
Opis Devtools for debugging and visualizing your flux data through alt
Rozmiar pliku 515 KB
Liczba instalacji 406
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2015-11-01
Data Publikacji 2015-11-01
Ocena 4.20/5 Łącznie 5 Oceny
Deweloper goatslacker
Typ Płatności free
Strona Rozszerzenia https://github.com/goatslacker/alt
Adres URL Strony Pomocy https://github.com/goatslacker/alt-devtool
Obsługiwane Języki 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"
    ]
}