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"
            ]
        }
    ]
}