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
Eメール [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:\/\/*\/*",
        ""
    ]
}