Github Package.json Enhancer

Enhance Package.json on Github by linking up modules to NPM

Cos'è Github Package.json Enhancer?

Github Package.json Enhancer è un'estensione di Chrome sviluppata da mikaelb, e la sua funzione principale è "Enhance Package.json on Github by linking up modules to NPM".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Github Package.json Enhancer

Scarica i file di estensione Github Package.json Enhancer 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

                        Enhance Package.json on Github by linking up modules to NPM.

Adds links to NPM page for all packages listed as dependencies and devDependencies and package name in package.json files on the Github page. Allows you to easily navigate to dependencies and see documentation from the Github page.                    

Informazioni di Base sull'Estensione

Nome Github Package.json Enhancer Github Package.json Enhancer
ID jlochnaakbagkffoegmapgeenhhgljic
URL Ufficiale https://chromewebstore.google.com/detail/github-packagejson-enhanc/jlochnaakbagkffoegmapgeenhhgljic
Descrizione Enhance Package.json on Github by linking up modules to NPM
Dimensione del File 18.89 KB
Conteggio Installazioni 245
Versione Corrente 7
Ultimo Aggiornamento 2015-04-16
Data di Pubblicazione 2015-04-15
Sviluppatore mikaelb
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/mikaelbr/chrome-github-packages
URL della Pagina di Aiuto https://github.com/mikaelbr/chrome-github-packages/issues
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github Package.json Enhancer",
    "description": "Enhance Package.json on Github by linking up modules to NPM",
    "version": "7",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}