Gmail Quote Selected Text v2

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

Cos'è Gmail Quote Selected Text v2?

Gmail Quote Selected Text v2 è un'estensione di Chrome sviluppata da kijiji.joe.85, e la sua funzione principale è "Select text and press the R key on your keyboard to reply with the selected text quoted.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Gmail Quote Selected Text v2

Scarica i file di estensione Gmail Quote Selected Text v2 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Gmail Quote Selected Text v2 Gmail Quote Selected Text v2
ID dbecldefjonddddmcocdpbbepbpjopac
URL Ufficiale https://chromewebstore.google.com/detail/gmail-quote-selected-text/dbecldefjonddddmcocdpbbepbpjopac
Descrizione Select text and press the R key on your keyboard to reply with the selected text quoted.
Dimensione del File 3.73 KB
Conteggio Installazioni 68
Versione Corrente 0.2
Ultimo Aggiornamento 2021-07-10
Data di Pubblicazione 2021-07-10
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore kijiji.joe.85
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}