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是由Jack Kingsman开发的Chrome扩展程序,该扩展的主要功能是“Replace emoticons with emoji and other text replacement as you type -- now works on Facebook, WhatsApp, etc.”。

扩展截图

screenshot
screenshot

下载Replace as You Type扩展crx文件

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