rawkit

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

Qu'est-ce que rawkit ?

rawkit est une extension Chrome développée par https://darcyclarke.github.io/rawkit, et sa fonction principale est "Open the node.js devtools from the command-line; no more clicking, selecting or copy & pasting.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension rawkit

Téléchargez les fichiers d'extension rawkit au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom rawkit rawkit
ID poapmlldjpcgenaedpopfjjagnihpkim
URL Officiel https://chromewebstore.google.com/detail/rawkit/poapmlldjpcgenaedpopfjjagnihpkim
Description Open the node.js devtools from the command-line; no more clicking, selecting or copy & pasting.
Taille du Fichier 88.13 KB
Nombre d'Installations 191
Version Actuelle 1.2.0
Dernière Mise à Jour 2018-03-02
Date de Publication 2018-03-02
Développeur https://darcyclarke.github.io/rawkit
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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:\/\/*\/*",
        ""
    ]
}