Gmail Quote Selected Text v2
Select text and press the R key on your keyboard to reply with the selected text quoted.
Vad är Gmail Quote Selected Text v2?
Gmail Quote Selected Text v2 är en Chrome-tillägg utvecklad av kijiji.joe.85, och dess huvudfunktion är "Select text and press the R key on your keyboard to reply with the selected text quoted.".
Tilläggsskärmbilder
Ladda ner Gmail Quote Selected Text v2-förlängningens CRX-fil
Ladda ner Gmail Quote Selected Text v2-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        This extension is meant to bring back the "Quote Selected Text" functionality that was removed from Gmail Labs                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | dbecldefjonddddmcocdpbbepbpjopac | 
| Officiell webbadress | https://chromewebstore.google.com/detail/gmail-quote-selected-text/dbecldefjonddddmcocdpbbepbpjopac | 
| Beskrivning | Select text and press the R key on your keyboard to reply with the selected text quoted. | 
| Filstorlek | 3.73 KB | 
| Antal Installationer | 68 | 
| Aktuell Version | 0.2 | 
| Senast Uppdaterad | 2021-07-10 | 
| Publiceringsdatum | 2021-07-10 | 
| Betyg | 5.00/5 Totalt 1 Betyg | 
| Utvecklare | kijiji.joe.85 | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Stödda Språk | 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"
            ]
        }
    ]
}  |  |