Gmail Quote Selected Text v2

Select text and press the R key on your keyboard to reply with the selected text quoted.

What is Gmail Quote Selected Text v2?

Gmail Quote Selected Text v2 is a Chrome extension developed by kijiji.joe.85, and its main feature is "Select text and press the R key on your keyboard to reply with the selected text quoted.".

Extension Screenshots

screenshot

Download Gmail Quote Selected Text v2 Extension CRX File

Download Gmail Quote Selected Text v2 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension is meant to bring back the "Quote Selected Text" functionality that was removed from Gmail Labs                    

Extension Basic Information

Name Gmail Quote Selected Text v2 Gmail Quote Selected Text v2
ID dbecldefjonddddmcocdpbbepbpjopac
Official URL https://chromewebstore.google.com/detail/gmail-quote-selected-text/dbecldefjonddddmcocdpbbepbpjopac
Description Select text and press the R key on your keyboard to reply with the selected text quoted.
File Size 3.73 KB
Installation Count 68
Current Version 0.2
Last Updated 2021-07-10
Publish Date 2021-07-10
Rating 5.00/5 Total 1 Ratings
Developer kijiji.joe.85
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}