Replace as You Type

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

Apa itu Replace as You Type?

Replace as You Type adalah ekstensi Chrome yang dikembangkan oleh Jack Kingsman, dan fitur utamanya adalah "Replace emoticons with emoji and other text replacement as you type -- now works on Facebook, WhatsApp, etc.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Replace as You Type

Unduh file ekstensi Replace as You Type 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

                        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                    

Informasi Dasar Ekstensi

Nama Replace as You Type Replace as You Type
ID acnbdcalinooiabgebjdkjbfppaglhkm
URL Resmi https://chromewebstore.google.com/detail/replace-as-you-type/acnbdcalinooiabgebjdkjbfppaglhkm
Deskripsi Replace emoticons with emoji and other text replacement as you type -- now works on Facebook, WhatsApp, etc.
Ukuran File 146 KB
Jumlah Instalasi 118
Versi Saat Ini 0.0.6
Terakhir Diperbarui 2023-12-09
Tanggal Publikasi 2019-01-20
Penilaian 3.50/5 Total 6 Penilaian
Pengembang Jack Kingsman
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/jkingsman/Replace-As-You-Type
URL Halaman Bantuan https://github.com/jkingsman/Replace-As-You-Type/issues
Bahasa yang Didukung 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"
    ]
}