Right Click Email for Gmail
Gives a right-click menu to open email links for gmail. Even if your default email application isn't set to gmail
Right Click Email for Gmailとは何ですか?
Right Click Email for GmailはCenterOrbitによって開発されたChromeの拡張機能で、その主な機能は「Gives a right-click menu to open email links for gmail. Even if your default email application isn't set to gmail」です。
拡張機能のスクリーンショット
Right Click Email for Gmail拡張機能のCRXファイルをダウンロード
Right Click Email for Gmail拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Provides you with a right-click menu item to open Gmail with that links email address. For use with html "mailto:" links. Opens link in a new tab for Gmail, even if your default email application isn't Gmail. 拡張機能の基本情報
| 名前 | |
| ID | dnlfochnjjonhempkinfokflaclicokg |
| 公式URL | https://chromewebstore.google.com/detail/right-click-email-for-gma/dnlfochnjjonhempkinfokflaclicokg |
| 説明 | Gives a right-click menu to open email links for gmail. Even if your default email application isn't set to gmail |
| ファイルサイズ | 20.25 KB |
| インストール数 | 5,736 |
| 現在のバージョン | 0.7 |
| 最終更新日 | 2016-12-29 |
| 公開日 | 2016-12-28 |
| 評価 | 4.10/5 合計 20 レビュー |
| 開発者 | CenterOrbit |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://www.centerorbit.com/chrome-web-store/ |
| ヘルプページのURL | https://github.com/centerorbit/RightClickEmailForGmail |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Right Click Email for Gmail",
"description": "Gives a right-click menu to open email links for gmail. Even if your default email application isn't set to gmail",
"version": "0.7",
"homepage_url": "http:\/\/CenterOrbit.com",
"permissions": [
"contextMenus"
],
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"background": {
"scripts": [
"gmailLink.js"
]
},
"manifest_version": 2
} | |