Replace as You Type

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

Cos'è Replace as You Type?

Replace as You Type è un'estensione di Chrome sviluppata da Jack Kingsman, e la sua funzione principale è "Replace emoticons with emoji and other text replacement as you type -- now works on Facebook, WhatsApp, etc.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Replace as You Type

Scarica i file di estensione Replace as You Type in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Replace as You Type Replace as You Type
ID acnbdcalinooiabgebjdkjbfppaglhkm
URL Ufficiale https://chromewebstore.google.com/detail/replace-as-you-type/acnbdcalinooiabgebjdkjbfppaglhkm
Descrizione Replace emoticons with emoji and other text replacement as you type -- now works on Facebook, WhatsApp, etc.
Dimensione del File 146 KB
Conteggio Installazioni 118
Versione Corrente 0.0.6
Ultimo Aggiornamento 2023-12-09
Data di Pubblicazione 2019-01-20
Valutazione 3.50/5 Totale 6 Valutazioni
Sviluppatore Jack Kingsman
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/jkingsman/Replace-As-You-Type
URL della Pagina di Aiuto https://github.com/jkingsman/Replace-As-You-Type/issues
Lingue Supportate 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"
    ]
}