Replace as You Type

Replace emoticons with emoji and other text replacement as you type -- now works on Facebook, WhatsApp, etc.

Replace as You Typeคืออะไร?

Replace as You Type เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jack Kingsman และคุณลักษณะหลักของมันคือ "Replace emoticons with emoji and other text replacement as you type -- now works on Facebook, WhatsApp, etc."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Replace as You Type

ดาวน์โหลดไฟล์ส่วนขยาย Replace as You Type ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Now works on FB, WhatsApp, etc! Now updated for Google Voice July 2018.

Have you ever wanted iOS-style text replacement as you go? Now you can turn emoticons into emoji, replace shortcut text with full expansions, and more!

Fork me on Github: https://github.com/jkingsman/Replace-As-You-Type                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Replace as You Type Replace as You Type
ID acnbdcalinooiabgebjdkjbfppaglhkm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/replace-as-you-type/acnbdcalinooiabgebjdkjbfppaglhkm
คำอธิบาย Replace emoticons with emoji and other text replacement as you type -- now works on Facebook, WhatsApp, etc.
ขนาดไฟล์ 146 KB
จำนวนการติดตั้ง 118
เวอร์ชันปัจจุบัน 0.0.6
อัปเดตครั้งล่าสุด 2023-12-09
วันที่เผยแพร่ 2019-01-20
คะแนน 3.50/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Jack Kingsman
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/jkingsman/Replace-As-You-Type
URL หน้าช่วยเหลือ https://github.com/jkingsman/Replace-As-You-Type/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Replace as You Type",
    "version": "0.0.6",
    "description": "Replace emoticons with emoji and other text replacement as you type -- now works on Facebook, WhatsApp, etc.",
    "author": "Jack Kingsman ",
    "icons": {
        "16": "img\/rayt16.png",
        "48": "img\/rayt48.png",
        "128": "img\/rayt128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "html\/options.html",
    "permissions": [
        "storage"
    ]
}