rappidjs-devtools

An extra developer panel for inspecting rAppid:js applications

Co to jest rappidjs-devtools?

rappidjs-devtools to rozszerzenie Chrome opracowane przez https://www.rappidjs.com, a jego główną funkcją jest „An extra developer panel for inspecting rAppid:js applications”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia rappidjs-devtools

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

                        An extra panel in the inspect dialog of the chrome developer tools, that let you inspect the insights of a rAppid:js application.

To enable the inspection for your application you need to add the following setting to your config.json file.

"enableInspection": true                    

Podstawowe informacje o rozszerzeniu

Nazwa rappidjs-devtools rappidjs-devtools
ID oalmajpfbgkkfeamkmgmmccnjfojogbh
Oficjalny URL https://chromewebstore.google.com/detail/rappidjs-devtools/oalmajpfbgkkfeamkmgmmccnjfojogbh
Opis An extra developer panel for inspecting rAppid:js applications
Rozmiar pliku 9.41 KB
Liczba instalacji 81
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2013-09-13
Data Publikacji 2013-09-13
Deweloper https://www.rappidjs.com
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "rappidjs-devtools",
    "version": "0.1.0",
    "author": "Tony Findeisen",
    "description": "An extra developer panel for inspecting rAppid:js applications",
    "homepage_url": "http:\/\/www.rappidjs.com\/devtools",
    "icons": {
        "128": "img\/logo_128.png"
    },
    "devtools_page": "chrome\/devtools.html"
}