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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
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" ] } |