Gmail Quote Selected Text v2

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

Hvad er Gmail Quote Selected Text v2?

Gmail Quote Selected Text v2 er en Chrome-udvidelse udviklet af kijiji.joe.85, og dens hovedfunktion er "Select text and press the R key on your keyboard to reply with the selected text quoted.".

Udvidelsesskærmbilleder

screenshot

Download Gmail Quote Selected Text v2-udvidelses-CRX-fil

Download Gmail Quote Selected Text v2-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Gmail Quote Selected Text v2 Gmail Quote Selected Text v2
ID dbecldefjonddddmcocdpbbepbpjopac
Officiel URL https://chromewebstore.google.com/detail/gmail-quote-selected-text/dbecldefjonddddmcocdpbbepbpjopac
Beskrivelse Select text and press the R key on your keyboard to reply with the selected text quoted.
Filstørrelse 3.73 KB
Antal Installationer 68
Nuværende Version 0.2
Senest Opdateret 2021-07-10
Udgivelsesdato 2021-07-10
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler kijiji.joe.85
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}