Gravatar Research

Click the right button of mouse on the image Gravatar to instantly receive the email address of an owner Gravatar

Cos'è Gravatar Research?

Gravatar Research è un'estensione di Chrome sviluppata da SEO-zona, e la sua funzione principale è "Click the right button of mouse on the image Gravatar to instantly receive the email address of an owner Gravatar".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Gravatar Research

Scarica i file di estensione Gravatar Research 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

                        Щелкните правой кнопкой мыши на изображение Gravatar, чтобы мгновенно получить адрес электронной почты владельца Gravatar                    

Informazioni di Base sull'Estensione

Nome Gravatar Research Gravatar Research
ID efmgkmdokkgbhkbainaffakhlmfocbok
URL Ufficiale https://chrome.google.com/webstore/detail/gravatar-research/efmgkmdokkgbhkbainaffakhlmfocbok
Descrizione Click the right button of mouse on the image Gravatar to instantly receive the email address of an owner Gravatar
Dimensione del File 15.89 KB
Conteggio Installazioni 24
Versione Corrente 1.0
Ultimo Aggiornamento 2016-07-11
Data di Pubblicazione 2016-07-11
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore SEO-zona
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://gravatarus.seo-zona.ru
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gravatar Research",
    "description": "Click the right button of mouse on the image Gravatar to instantly receive the email address of an owner Gravatar",
    "homepage_url": "http:\/\/gravatarus.seo-zona.ru",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "64": "icon64.png",
        "48": "icon48.png"
    },
    "browser_action": {
        "default_icon": {
            "64": "icon64.png"
        },
        "default_title": "Gravatar Research"
    },
    "background": {
        "scripts": [
            "GravatarResearch.js"
        ]
    },
    "manifest_version": 2,
    "permissions": [
        "contextMenus",
        "tabs"
    ],
    "version": "1.0"
}