Gmail Quote Selected Text v2
Select text and press the R key on your keyboard to reply with the selected text quoted.
Gmail Quote Selected Text v2とは何ですか?
Gmail Quote Selected Text v2はkijiji.joe.85によって開発されたChromeの拡張機能で、その主な機能は「Select text and press the R key on your keyboard to reply with the selected text quoted.」です。
拡張機能のスクリーンショット
Gmail Quote Selected Text v2拡張機能のCRXファイルをダウンロード
Gmail Quote Selected Text v2拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is meant to bring back the "Quote Selected Text" functionality that was removed from Gmail Labs
拡張機能の基本情報
名前 | Gmail Quote Selected Text v2 |
ID | dbecldefjonddddmcocdpbbepbpjopac |
公式URL | https://chromewebstore.google.com/detail/gmail-quote-selected-text/dbecldefjonddddmcocdpbbepbpjopac |
説明 | Select text and press the R key on your keyboard to reply with the selected text quoted. |
ファイルサイズ | 3.73 KB |
インストール数 | 68 |
現在のバージョン | 0.2 |
最終更新日 | 2021-07-10 |
公開日 | 2021-07-10 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | kijiji.joe.85 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gmail Quote Selected Text v2", "description": "Select text and press the R key on your keyboard to reply with the selected text quoted.", "version": "0.2", "browser_action": [], "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "content.js" ] } ] } |