Replace as You Type

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

Was ist Replace as You Type?

Replace as You Type ist eine Chrome-Erweiterung, die von Jack Kingsman entwickelt wurde, und ihr Hauptmerkmal ist "Replace emoticons with emoji and other text replacement as you type -- now works on Facebook, WhatsApp, etc.".

Erweiterungsscreenshots

screenshot
screenshot

Replace as You Type-Erweiterungs-CRX-Datei herunterladen

Laden Sie Replace as You Type-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Replace as You Type Replace as You Type
ID acnbdcalinooiabgebjdkjbfppaglhkm
Offizielle URL https://chromewebstore.google.com/detail/replace-as-you-type/acnbdcalinooiabgebjdkjbfppaglhkm
Beschreibung Replace emoticons with emoji and other text replacement as you type -- now works on Facebook, WhatsApp, etc.
Dateigröße 146 KB
Installationsanzahl 118
Aktuelle Version 0.0.6
Letztes Update 2023-12-09
Veröffentlichungsdatum 2019-01-20
Bewertung 3.50/5 Insgesamt 6 Bewertungen
Entwickler Jack Kingsman
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/jkingsman/Replace-As-You-Type
Hilfeseite URL https://github.com/jkingsman/Replace-As-You-Type/issues
Unterstützte Sprachen 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"
    ]
}