Github Node.js require() navigator

Makes all Node.js require()s in Github source pages clickable.

Cos'è Github Node.js require() navigator?

Github Node.js require() navigator è un'estensione di Chrome sviluppata da lxe, e la sua funzione principale è "Makes all Node.js require()s in Github source pages clickable.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Github Node.js require() navigator

Scarica i file di estensione Github Node.js require() navigator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Helps with navigating Github Node.js source pages by making all Node.js require()s in Github source pages clickable. Clicking on node `require()`s takes you to their Github project page, relative file, or a Node.js API documentation page.                    

Informazioni di Base sull'Estensione

Nome Github Node.js require() navigator Github Node.js require() navigator
ID ppkcefoejnbdgijdbbpnclfbnnfdfilj
URL Ufficiale https://chromewebstore.google.com/detail/github-nodejs-require-nav/ppkcefoejnbdgijdbbpnclfbnnfdfilj
Descrizione Makes all Node.js require()s in Github source pages clickable.
Dimensione del File 509 KB
Conteggio Installazioni 595
Versione Corrente 0.2.2
Ultimo Aggiornamento 2015-04-30
Data di Pubblicazione 2015-04-30
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore lxe
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/lxe/require-navigator
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github Node.js require() navigator",
    "version": "0.2.2",
    "manifest_version": 2,
    "description": "Makes all Node.js require()s in Github source pages clickable.",
    "homepage_url": "https:\/\/github.com\/lxe\/require-navigator",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}