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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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