npm lookup

Turn selected text on a webpage into an npm package lookup

Wat is npm lookup?

npm lookup is een Chrome-extensie ontwikkeld door Michael Wuergler, en de belangrijkste functie is "Turn selected text on a webpage into an npm package lookup".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie npm lookup

Download npm lookup-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Turn selected text into a quick npm package lookup.

1. Select some text on a webpage (like on github's javascript source code viewer)
2. Right click
3. Select `Lookup on npmjs.com` from the context menu. 

**BOOM!** you have saved precious time. 

**Pro Tip:** Use this extension all over github's javascript source code viewer. You can select the text inside of `require()` or `import` statements to quickly review the npm profiles of javascript modules.                    

Basisinformatie over de Extensie

Naam npm lookup npm lookup
ID ijgbachgpjabdghaghpngjhkmimojodg
Officiële URL https://chromewebstore.google.com/detail/npm-lookup/ijgbachgpjabdghaghpngjhkmimojodg
Beschrijving Turn selected text on a webpage into an npm package lookup
Bestandsgrootte 7.16 MB
Aantal Installaties 49
Huidige Versie 2.0.0
Laatst Bijgewerkt 2016-01-25
Publicatiedatum 2016-01-25
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Michael Wuergler
Betalingswijze free
Extensiewebsite https://github.com/radiovisual/github-npm-lookup
Help Pagina-URL https://github.com/radiovisual/github-npm-lookup/issues
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "npm lookup",
    "version": "2.0.0",
    "description": "Turn selected text on a webpage into an npm package lookup",
    "homepage_url": "https:\/\/github.com\/radiovisual\/github-npm-lookup",
    "manifest_version": 2,
    "minimum_chrome_version": "38",
    "icons": {
        "128": "media\/icon.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "menu.js"
        ]
    }
}