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
官方URL 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:\/\/*\/*",
        ""
    ]
}