Replace as You Type

Replace emoticons with emoji and other text replacement as you type -- now works on Facebook, WhatsApp, etc.

Co to jest Replace as You Type?

Replace as You Type to rozszerzenie Chrome opracowane przez Jack Kingsman, a jego główną funkcją jest „Replace emoticons with emoji and other text replacement as you type -- now works on Facebook, WhatsApp, etc.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Replace as You Type

Pobierz pliki rozszerzeń Replace as You Type w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Replace as You Type Replace as You Type
ID acnbdcalinooiabgebjdkjbfppaglhkm
Oficjalny URL https://chromewebstore.google.com/detail/replace-as-you-type/acnbdcalinooiabgebjdkjbfppaglhkm
Opis Replace emoticons with emoji and other text replacement as you type -- now works on Facebook, WhatsApp, etc.
Rozmiar pliku 146 KB
Liczba instalacji 118
Aktualna Wersja 0.0.6
Ostatnia Aktualizacja 2023-12-09
Data Publikacji 2019-01-20
Ocena 3.50/5 Łącznie 6 Oceny
Deweloper Jack Kingsman
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/jkingsman/Replace-As-You-Type
Adres URL Strony Pomocy https://github.com/jkingsman/Replace-As-You-Type/issues
Obsługiwane Języki 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"
    ]
}