Helper for GitHub notifications in Gmail
Add links to GitHub threads and shortcuts to your Gmail interface.
Helper for GitHub notifications in Gmailคืออะไร?
Helper for GitHub notifications in Gmail เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://muan.co และคุณลักษณะหลักของมันคือ "Add links to GitHub threads and shortcuts to your Gmail interface."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Helper for GitHub notifications in Gmail
ดาวน์โหลดไฟล์ส่วนขยาย Helper for GitHub notifications in Gmail ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Open your GitHub notifications using shift + g, or a "Visit Thread on GitHub" button in mail view. Or if you have keyboard shortcut enabled in Gmail, you can a select a GitHub notification email thread, and use ctrl + return in the list view and/or anywhere (requires an organization named label) to visit the GitHub page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Helper for GitHub notifications in Gmail |
ID | gmhijkhbpihfmkmhmcfebmlkaekgmaje |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/helper-for-github-notific/gmhijkhbpihfmkmhmcfebmlkaekgmaje |
คำอธิบาย | Add links to GitHub threads and shortcuts to your Gmail interface. |
ขนาดไฟล์ | 19.64 KB |
จำนวนการติดตั้ง | 432 |
เวอร์ชันปัจจุบัน | 0.8.3 |
อัปเดตครั้งล่าสุด | 2021-06-01 |
วันที่เผยแพร่ | 2018-05-11 |
คะแนน | 5.00/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | https://muan.co |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/muan/github-gmail |
URL หน้าช่วยเหลือ | https://github.com/muan/github-gmail/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Helper for GitHub notifications in Gmail", "short_name": "helpergithubgmail", "version": "0.8.3", "manifest_version": 2, "description": "Add links to GitHub threads and shortcuts to your Gmail interface.", "homepage_url": "http:\/\/github.com\/muan\/github-gmail", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "options_page": "src\/options\/index.html", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |