rawkit

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

rawkit là gì?

rawkit là một tiện ích mở rộng Chrome được phát triển bởi https://darcyclarke.github.io/rawkit, và tính năng chính của nó là "Open the node.js devtools from the command-line; no more clicking, selecting or copy & pasting.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng rawkit

Tải xuống các tệp mở rộng rawkit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên rawkit rawkit
ID poapmlldjpcgenaedpopfjjagnihpkim
URL Chính Thức https://chromewebstore.google.com/detail/rawkit/poapmlldjpcgenaedpopfjjagnihpkim
Mô tả Open the node.js devtools from the command-line; no more clicking, selecting or copy & pasting.
Kích Thước Tệp 88.13 KB
Số Lần Cài Đặt 191
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2018-03-02
Ngày Phát Hành 2018-03-02
Nhà Phát Triển https://darcyclarke.github.io/rawkit
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*",
        ""
    ]
}