Email From Github
This extension allows the user to get someone's email from their GitHub profile
Что такое Email From Github?
Email From Github - это расширение Chrome, разработанное Unknown, и его основная функция - "This extension allows the user to get someone's email from their GitHub profile".
Снимки экрана расширения
Скачать файл CRX расширения Email From Github
Скачайте файлы расширений Email From Github в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Email From Github |
ID | kdpfkmkiaknkheelgdkhdbkjdenghcjo |
Официальный URL | https://chromewebstore.google.com/detail/email-from-github/kdpfkmkiaknkheelgdkhdbkjdenghcjo |
Описание | This extension allows the user to get someone's email from their GitHub profile |
Размер файла | 17.41 KB |
Количество установок | 797 |
Текущая Версия | 1.0 |
Последнее Обновление | 2019-04-20 |
Дата публикации | 2019-04-20 |
Разработчик | Unknown |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } |