rawkit

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

Cos'è rawkit?

rawkit è un'estensione di Chrome sviluppata da https://darcyclarke.github.io/rawkit, e la sua funzione principale è "Open the node.js devtools from the command-line; no more clicking, selecting or copy & pasting.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione rawkit

Scarica i file di estensione rawkit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome rawkit rawkit
ID poapmlldjpcgenaedpopfjjagnihpkim
URL Ufficiale https://chromewebstore.google.com/detail/rawkit/poapmlldjpcgenaedpopfjjagnihpkim
Descrizione Open the node.js devtools from the command-line; no more clicking, selecting or copy & pasting.
Dimensione del File 88.13 KB
Conteggio Installazioni 191
Versione Corrente 1.2.0
Ultimo Aggiornamento 2018-03-02
Data di Pubblicazione 2018-03-02
Sviluppatore https://darcyclarke.github.io/rawkit
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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:\/\/*\/*",
        ""
    ]
}