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
Eメール [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"
    ]
}