rawkit

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

¿Qué es rawkit?

rawkit es una extensión de Chrome desarrollada por https://darcyclarke.github.io/rawkit, y su función principal es "Open the node.js devtools from the command-line; no more clicking, selecting or copy & pasting.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión rawkit

Descarga archivos de extensión rawkit en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre rawkit rawkit
ID poapmlldjpcgenaedpopfjjagnihpkim
URL Oficial https://chromewebstore.google.com/detail/rawkit/poapmlldjpcgenaedpopfjjagnihpkim
Descripción Open the node.js devtools from the command-line; no more clicking, selecting or copy & pasting.
Tamaño del Archivo 88.13 KB
Cantidad de Instalaciones 191
Versión Actual 1.2.0
Última Actualización 2018-03-02
Fecha de Publicación 2018-03-02
Desarrollador https://darcyclarke.github.io/rawkit
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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:\/\/*\/*",
        ""
    ]
}