Gmail Quote Selected Text v2

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

Was ist Gmail Quote Selected Text v2?

Gmail Quote Selected Text v2 ist eine Chrome-Erweiterung, die von kijiji.joe.85 entwickelt wurde, und ihr Hauptmerkmal ist "Select text and press the R key on your keyboard to reply with the selected text quoted.".

Erweiterungsscreenshots

screenshot

Gmail Quote Selected Text v2-Erweiterungs-CRX-Datei herunterladen

Laden Sie Gmail Quote Selected Text v2-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Gmail Quote Selected Text v2 Gmail Quote Selected Text v2
ID dbecldefjonddddmcocdpbbepbpjopac
Offizielle URL https://chromewebstore.google.com/detail/gmail-quote-selected-text/dbecldefjonddddmcocdpbbepbpjopac
Beschreibung Select text and press the R key on your keyboard to reply with the selected text quoted.
Dateigröße 3.73 KB
Installationsanzahl 68
Aktuelle Version 0.2
Letztes Update 2021-07-10
Veröffentlichungsdatum 2021-07-10
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler kijiji.joe.85
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}