rawkit

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

rawkitคืออะไร?

rawkit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://darcyclarke.github.io/rawkit และคุณลักษณะหลักของมันคือ "Open the node.js devtools from the command-line; no more clicking, selecting or copy & pasting."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย rawkit

ดาวน์โหลดไฟล์ส่วนขยาย 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:\/\/*\/*",
        ""
    ]
}