Email From Github

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

Co je Email From Github?

Email From Github je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „This extension allows the user to get someone's email from their GitHub profile“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Email From Github

Stáhněte si soubory rozšíření Email From Github 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í

                        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.                    

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

Název Email From Github Email From Github
ID kdpfkmkiaknkheelgdkhdbkjdenghcjo
Oficiální URL https://chromewebstore.google.com/detail/email-from-github/kdpfkmkiaknkheelgdkhdbkjdenghcjo
Popis This extension allows the user to get someone's email from their GitHub profile
Velikost souboru 17.41 KB
Počet instalací 797
Aktuální Verze 1.0
Poslední Aktualizace 2019-04-20
Datum Vydání 2019-04-20
Vývojář Unknown
Typ Platby free
Podporované Jazyky 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"
    ]
}