Replace as You Type

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

What is Replace as You Type?

Replace as You Type is a Chrome extension developed by Jack Kingsman, and its main feature is "Replace emoticons with emoji and other text replacement as you type -- now works on Facebook, WhatsApp, etc.".

Extension Screenshots

screenshot
screenshot

Download Replace as You Type Extension CRX File

Download Replace as You Type extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Replace as You Type Replace as You Type
ID acnbdcalinooiabgebjdkjbfppaglhkm
Official URL https://chromewebstore.google.com/detail/replace-as-you-type/acnbdcalinooiabgebjdkjbfppaglhkm
Description Replace emoticons with emoji and other text replacement as you type -- now works on Facebook, WhatsApp, etc.
File Size 146 KB
Installation Count 118
Current Version 0.0.6
Last Updated 2023-12-09
Publish Date 2019-01-20
Rating 3.50/5 Total 6 Ratings
Developer Jack Kingsman
Email [email protected]
Payment Type free
Extension Website https://github.com/jkingsman/Replace-As-You-Type
Help Page URL https://github.com/jkingsman/Replace-As-You-Type/issues
Supported Languages 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"
    ]
}