Gmail Quote Selected Text v2

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

Τι είναι το Gmail Quote Selected Text v2;

Το Gmail Quote Selected Text v2 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον kijiji.joe.85, και η κύρια λειτουργία του είναι "Select text and press the R key on your keyboard to reply with the selected text quoted.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Gmail Quote Selected Text v2

Λήψη αρχείων επέκτασης Gmail Quote Selected Text v2 σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Gmail Quote Selected Text v2 Gmail Quote Selected Text v2
ID dbecldefjonddddmcocdpbbepbpjopac
Επίσημο URL https://chromewebstore.google.com/detail/gmail-quote-selected-text/dbecldefjonddddmcocdpbbepbpjopac
Περιγραφή Select text and press the R key on your keyboard to reply with the selected text quoted.
Μέγεθος Αρχείου 3.73 KB
Αριθμός Εγκαταστάσεων 68
Τρέχουσα Έκδοση 0.2
Τελευταία Ενημέρωση 2021-07-10
Ημερομηνία Δημοσίευσης 2021-07-10
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής kijiji.joe.85
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}