Who is this?

The two-click information finder

Co je Who is this??

Who is this? je rozšíření Chrome vyvinuté DRLZ, a jeho hlavní funkcí je „The two-click information finder“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Who is this?

Stáhněte si soubory rozšíření Who is this? ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Get access to people's information via the right click menu.
Highlighting a name with your mouse and pressing the right-click button will show the option to search for that person on the following websites: 
- Linkedin
- Twitter
- Wikipedia
- Pipl
- Google

This extension is designed for journalists, reporters, bloggers, or any kind of users who needs to regularly get information and facts on unknown people.

Missing your favorite website? Sorry about that, please let us know which one here: http://goo.gl/forms/awH5Ga9Ocg                    

Základní Informace o Rozšíření

Název Who is this? Who is this?
ID coinnpooecegjcopbdnenpgjfhnegjnm
Oficiální URL https://chromewebstore.google.com/detail/who-is-this/coinnpooecegjcopbdnenpgjfhnegjnm
Popis The two-click information finder
Velikost souboru 19.77 KB
Počet instalací 389
Aktuální Verze 0.1
Poslední Aktualizace 2015-12-29
Datum Vydání 2015-12-29
Hodnocení 2.00/5 Celkem 1 Hodnocení
Vývojář DRLZ
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Who is this?",
    "description": "The two-click information finder",
    "version": "0.1",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "script_min.js"
        ]
    },
    "icons": {
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}