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" ] } |