Email From Github

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

Email From Github là gì?

Email From Github là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "This extension allows the user to get someone's email from their GitHub profile".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Email From Github

Tải xuống các tệp mở rộng Email From Github dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Email From Github Email From Github
ID kdpfkmkiaknkheelgdkhdbkjdenghcjo
URL Chính Thức https://chromewebstore.google.com/detail/email-from-github/kdpfkmkiaknkheelgdkhdbkjdenghcjo
Mô tả This extension allows the user to get someone's email from their GitHub profile
Kích Thước Tệp 17.41 KB
Số Lần Cài Đặt 797
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-04-20
Ngày Phát Hành 2019-04-20
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}