Email From Github

This extension allows the user to get someone's email from their GitHub profile

Cos'è Email From Github?

Email From Github è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "This extension allows the user to get someone's email from their GitHub profile".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Email From Github

Scarica i file di estensione Email From Github 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

                        Using this extension, you can find someone's email address when you open their GitHub profile. Navigate to this person's GitHub page and click on the extension in your toolbar.                    

Informazioni di Base sull'Estensione

Nome Email From Github Email From Github
ID kdpfkmkiaknkheelgdkhdbkjdenghcjo
URL Ufficiale https://chromewebstore.google.com/detail/email-from-github/kdpfkmkiaknkheelgdkhdbkjdenghcjo
Descrizione This extension allows the user to get someone's email from their GitHub profile
Dimensione del File 17.41 KB
Conteggio Installazioni 797
Versione Corrente 1.0
Ultimo Aggiornamento 2019-04-20
Data di Pubblicazione 2019-04-20
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Email From Github",
    "description": "This extension allows the user to get someone's email from their GitHub profile",
    "version": "1.0",
    "background": {
        "scripts": [
            "content.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "icon16.png",
        "default_title": "Get this user's email!",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "declarativeContent",
        "tabs"
    ]
}