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.”。

擴展截圖

screenshot

下載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 Gmail Quote Selected Text v2
ID dbecldefjonddddmcocdpbbepbpjopac
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}