rawkit

Open the node.js devtools from the command-line; no more clicking, selecting or copy & pasting.

Co to jest rawkit?

rawkit to rozszerzenie Chrome opracowane przez https://darcyclarke.github.io/rawkit, a jego główną funkcją jest „Open the node.js devtools from the command-line; no more clicking, selecting or copy & pasting.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia rawkit

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

                        rawkit grabs the chrome inspector URL returned from the node --inspect command and immediately opens devtools. No more clicking, selecting, copying/pasting or navigating. Just run the command and jump into debugging.                    

Podstawowe informacje o rozszerzeniu

Nazwa rawkit rawkit
ID poapmlldjpcgenaedpopfjjagnihpkim
Oficjalny URL https://chromewebstore.google.com/detail/rawkit/poapmlldjpcgenaedpopfjjagnihpkim
Opis Open the node.js devtools from the command-line; no more clicking, selecting or copy & pasting.
Rozmiar pliku 88.13 KB
Liczba instalacji 191
Aktualna Wersja 1.2.0
Ostatnia Aktualizacja 2018-03-02
Data Publikacji 2018-03-02
Deweloper https://darcyclarke.github.io/rawkit
E-mail [email protected]
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": "rawkit",
    "author": "Darcy Clarke ",
    "description": "Open the node.js devtools from the command-line; no more clicking, selecting or copy & pasting.",
    "version": "1.2.0",
    "homepage_url": "https:\/\/github.com\/darcyclarke\/rawkit",
    "incognito": "spanning",
    "offline_enabled": true,
    "background": {
        "scripts": [
            "app.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon-128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ]
}