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 - это расширение Chrome, разработанное Jack Kingsman, и его основная функция - "Replace emoticons with emoji and other text replacement as you type -- now works on Facebook, WhatsApp, etc.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Replace as You Type

Скачайте файлы расширений 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"
    ]
}