rawkit

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

Apa itu rawkit?

rawkit adalah ekstensi Chrome yang dikembangkan oleh https://darcyclarke.github.io/rawkit, dan fitur utamanya adalah "Open the node.js devtools from the command-line; no more clicking, selecting or copy & pasting.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi rawkit

Unduh file ekstensi rawkit dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama rawkit rawkit
ID poapmlldjpcgenaedpopfjjagnihpkim
URL Resmi https://chromewebstore.google.com/detail/rawkit/poapmlldjpcgenaedpopfjjagnihpkim
Deskripsi Open the node.js devtools from the command-line; no more clicking, selecting or copy & pasting.
Ukuran File 88.13 KB
Jumlah Instalasi 191
Versi Saat Ini 1.2.0
Terakhir Diperbarui 2018-03-02
Tanggal Publikasi 2018-03-02
Pengembang https://darcyclarke.github.io/rawkit
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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:\/\/*\/*",
        ""
    ]
}