Email From Github

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

What is Email From Github?

Email From Github is a Chrome extension developed by Unknown, and its main feature is "This extension allows the user to get someone's email from their GitHub profile".

Extension Screenshots

screenshot

Download Email From Github Extension CRX File

Download Email From Github extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Email From Github Email From Github
ID kdpfkmkiaknkheelgdkhdbkjdenghcjo
Official URL https://chromewebstore.google.com/detail/email-from-github/kdpfkmkiaknkheelgdkhdbkjdenghcjo
Description This extension allows the user to get someone's email from their GitHub profile
File Size 17.41 KB
Installation Count 797
Current Version 1.0
Last Updated 2019-04-20
Publish Date 2019-04-20
Developer Unknown
Payment Type free
Supported Languages 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"
    ]
}