rawkit

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

O que é rawkit?

rawkit é uma extensão do Chrome desenvolvida por https://darcyclarke.github.io/rawkit, e sua principal característica é "Open the node.js devtools from the command-line; no more clicking, selecting or copy & pasting.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão rawkit

Baixe arquivos de extensão rawkit no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome rawkit rawkit
ID poapmlldjpcgenaedpopfjjagnihpkim
URL Oficial https://chromewebstore.google.com/detail/rawkit/poapmlldjpcgenaedpopfjjagnihpkim
Descrição Open the node.js devtools from the command-line; no more clicking, selecting or copy & pasting.
Tamanho do Arquivo 88.13 KB
Contagem de Instalações 191
Versão Atual 1.2.0
Última Atualização 2018-03-02
Data de Publicação 2018-03-02
Desenvolvedor https://darcyclarke.github.io/rawkit
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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:\/\/*\/*",
        ""
    ]
}