rawkit

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

什麼是rawkit?

rawkit是由https://darcyclarke.github.io/rawkit開發的Chrome擴展程式,該擴展的主要功能是“Open the node.js devtools from the command-line; no more clicking, selecting or copy & pasting.”。

擴展截圖

screenshot
screenshot
screenshot

下載rawkit擴展crx文件

下載rawkit擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 rawkit rawkit
ID poapmlldjpcgenaedpopfjjagnihpkim
官方網址 https://chromewebstore.google.com/detail/rawkit/poapmlldjpcgenaedpopfjjagnihpkim
簡介 Open the node.js devtools from the command-line; no more clicking, selecting or copy & pasting.
檔案大小 88.13 KB
安裝次數 191
目前版本 1.2.0
更新時間 2018-03-02
上架時間 2018-03-02
開發者 https://darcyclarke.github.io/rawkit
電子郵箱 [email protected]
付費類型 free
支援的語言 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:\/\/*\/*",
        ""
    ]
}