Gmail Quote Selected Text v2

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

Apa itu Gmail Quote Selected Text v2?

Gmail Quote Selected Text v2 adalah ekstensi Chrome yang dikembangkan oleh kijiji.joe.85, dan fitur utamanya adalah "Select text and press the R key on your keyboard to reply with the selected text quoted.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Gmail Quote Selected Text v2

Unduh file ekstensi Gmail Quote Selected Text v2 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Gmail Quote Selected Text v2 Gmail Quote Selected Text v2
ID dbecldefjonddddmcocdpbbepbpjopac
URL Resmi https://chromewebstore.google.com/detail/gmail-quote-selected-text/dbecldefjonddddmcocdpbbepbpjopac
Deskripsi Select text and press the R key on your keyboard to reply with the selected text quoted.
Ukuran File 3.73 KB
Jumlah Instalasi 68
Versi Saat Ini 0.2
Terakhir Diperbarui 2021-07-10
Tanggal Publikasi 2021-07-10
Penilaian 5.00/5 Total 1 Penilaian
Pengembang kijiji.joe.85
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}