rawkit

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

Wat is rawkit?

rawkit is een Chrome-extensie ontwikkeld door https://darcyclarke.github.io/rawkit, en de belangrijkste functie is "Open the node.js devtools from the command-line; no more clicking, selecting or copy & pasting.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie rawkit

Download rawkit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam rawkit rawkit
ID poapmlldjpcgenaedpopfjjagnihpkim
Officiële URL https://chromewebstore.google.com/detail/rawkit/poapmlldjpcgenaedpopfjjagnihpkim
Beschrijving Open the node.js devtools from the command-line; no more clicking, selecting or copy & pasting.
Bestandsgrootte 88.13 KB
Aantal Installaties 191
Huidige Versie 1.2.0
Laatst Bijgewerkt 2018-03-02
Publicatiedatum 2018-03-02
Ontwikkelaar https://darcyclarke.github.io/rawkit
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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:\/\/*\/*",
        ""
    ]
}