Replace as You Type

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

Qu'est-ce que Replace as You Type ?

Replace as You Type est une extension Chrome développée par Jack Kingsman, et sa fonction principale est "Replace emoticons with emoji and other text replacement as you type -- now works on Facebook, WhatsApp, etc.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Replace as You Type

Téléchargez les fichiers d'extension Replace as You Type au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Replace as You Type Replace as You Type
ID acnbdcalinooiabgebjdkjbfppaglhkm
URL Officiel https://chromewebstore.google.com/detail/replace-as-you-type/acnbdcalinooiabgebjdkjbfppaglhkm
Description Replace emoticons with emoji and other text replacement as you type -- now works on Facebook, WhatsApp, etc.
Taille du Fichier 146 KB
Nombre d'Installations 118
Version Actuelle 0.0.6
Dernière Mise à Jour 2023-12-09
Date de Publication 2019-01-20
Évaluation 3.50/5 Total 6 Évaluations
Développeur Jack Kingsman
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/jkingsman/Replace-As-You-Type
URL de la Page d'Aide https://github.com/jkingsman/Replace-As-You-Type/issues
Langues Prises en Charge 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"
    ]
}