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 là gì?

Replace as You Type là một tiện ích mở rộng Chrome được phát triển bởi Jack Kingsman, và tính năng chính của nó là "Replace emoticons with emoji and other text replacement as you type -- now works on Facebook, WhatsApp, etc.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Replace as You Type

Tải xuống các tệp mở rộng Replace as You Type dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Replace as You Type Replace as You Type
ID acnbdcalinooiabgebjdkjbfppaglhkm
URL Chính Thức https://chromewebstore.google.com/detail/replace-as-you-type/acnbdcalinooiabgebjdkjbfppaglhkm
Mô tả Replace emoticons with emoji and other text replacement as you type -- now works on Facebook, WhatsApp, etc.
Kích Thước Tệp 146 KB
Số Lần Cài Đặt 118
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2023-12-09
Ngày Phát Hành 2019-01-20
Đánh Giá 3.50/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Jack Kingsman
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jkingsman/Replace-As-You-Type
URL Trang Trợ Giúp https://github.com/jkingsman/Replace-As-You-Type/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}