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
官方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
电子邮箱 [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"
            ]
        }
    ]
}