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はhttps://muan.coによって開発されたChromeの拡張機能で、その主な機能は「Add links to GitHub threads and shortcuts to your Gmail interface.」です。
拡張機能のスクリーンショット
Helper for GitHub notifications in Gmail拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" ] } ] } |