rawkit

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

Hvad er rawkit?

rawkit er en Chrome-udvidelse udviklet af https://darcyclarke.github.io/rawkit, og dens hovedfunktion er "Open the node.js devtools from the command-line; no more clicking, selecting or copy & pasting.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download rawkit-udvidelses-CRX-fil

Download rawkit-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn rawkit rawkit
ID poapmlldjpcgenaedpopfjjagnihpkim
Officiel URL https://chromewebstore.google.com/detail/rawkit/poapmlldjpcgenaedpopfjjagnihpkim
Beskrivelse Open the node.js devtools from the command-line; no more clicking, selecting or copy & pasting.
Filstørrelse 88.13 KB
Antal Installationer 191
Nuværende Version 1.2.0
Senest Opdateret 2018-03-02
Udgivelsesdato 2018-03-02
Udvikler https://darcyclarke.github.io/rawkit
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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:\/\/*\/*",
        ""
    ]
}