Replace as You Type

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

Wat is Replace as You Type?

Replace as You Type is een Chrome-extensie ontwikkeld door Jack Kingsman, en de belangrijkste functie is "Replace emoticons with emoji and other text replacement as you type -- now works on Facebook, WhatsApp, etc.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Replace as You Type

Download Replace as You Type-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Replace as You Type Replace as You Type
ID acnbdcalinooiabgebjdkjbfppaglhkm
Officiële URL https://chromewebstore.google.com/detail/replace-as-you-type/acnbdcalinooiabgebjdkjbfppaglhkm
Beschrijving Replace emoticons with emoji and other text replacement as you type -- now works on Facebook, WhatsApp, etc.
Bestandsgrootte 146 KB
Aantal Installaties 118
Huidige Versie 0.0.6
Laatst Bijgewerkt 2023-12-09
Publicatiedatum 2019-01-20
Beoordeling 3.50/5 Totaal 6 Beoordelingen
Ontwikkelaar Jack Kingsman
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/jkingsman/Replace-As-You-Type
Help Pagina-URL https://github.com/jkingsman/Replace-As-You-Type/issues
Ondersteunde Talen 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"
    ]
}