Name Lookup

Select a name to search for it on Twitter, Facebook, Google, LinkedIn, Wikipedia, or CrunchBase.

Wat is Name Lookup?

Name Lookup is een Chrome-extensie ontwikkeld door vincent.bello, en de belangrijkste functie is "Select a name to search for it on Twitter, Facebook, Google, LinkedIn, Wikipedia, or CrunchBase.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Name Lookup

Download Name 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

                        Ever need to find someone on your favorite social media site? See someone in the news, and want his Wikipedia page right away? With Name Lookup, just select a name from any web page and we'll show you links to search for the name on Google, Facebook, Twitter, LinkedIn, Wikipedia, or CrunchBase.                    

Basisinformatie over de Extensie

Naam Name Lookup Name Lookup
ID oifhpkdmngmgaemkbjalbbgnminihhai
Officiële URL https://chromewebstore.google.com/detail/name-lookup/oifhpkdmngmgaemkbjalbbgnminihhai
Beschrijving Select a name to search for it on Twitter, Facebook, Google, LinkedIn, Wikipedia, or CrunchBase.
Bestandsgrootte 153 KB
Aantal Installaties 926
Huidige Versie 1.1
Laatst Bijgewerkt 2015-11-08
Publicatiedatum 2015-11-07
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar vincent.bello
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Name Lookup",
    "version": "1.1",
    "description": "Select a name to search for it on Twitter, Facebook, Google, LinkedIn, Wikipedia, or CrunchBase.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery.js",
                "namefinder.js"
            ],
            "css": [
                "styles\/tooltip.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "tooltip.html",
        "images\/*.png",
        "styles\/*.css"
    ]
}