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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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