Angular Inspector

Extends the Developer Tools, with a sidebar that shows scope data for selected element and adds a new panel to show scope elements

Co to jest Angular Inspector?

Angular Inspector to rozszerzenie Chrome opracowane przez octupul, a jego główną funkcją jest „Extends the Developer Tools, with a sidebar that shows scope data for selected element and adds a new panel to show scope elements”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Angular Inspector

Pobierz pliki rozszerzeń Angular Inspector 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

                        Extends the Developer Tools, with a sidebar that shows scope data for selected element and adds a new panel to show scope elements.                    

Podstawowe informacje o rozszerzeniu

Nazwa Angular Inspector Angular Inspector
ID binbopkfgmcbckdejoocgogfjjpkhcho
Oficjalny URL https://chrome.google.com/webstore/detail/angular-inspector/binbopkfgmcbckdejoocgogfjjpkhcho
Opis Extends the Developer Tools, with a sidebar that shows scope data for selected element and adds a new panel to show scope elements
Rozmiar pliku 321 KB
Liczba instalacji 1,000
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2015-01-04
Data Publikacji 2015-01-04
Ocena 4.14/5 Łącznie 22 Oceny
Deweloper octupul
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Angular Inspector",
    "version": "1.1",
    "description": "Extends the Developer Tools, with a sidebar that shows scope data for selected element and adds a new panel to show scope elements",
    "devtools_page": "devtools.html",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_security_policy": "default-src 'self'  chrome-extension-resource: ; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-eval';  connect-src *; frame-src *;",
    "web_accessible_resources": [
        "*"
    ]
}