Replace as You Type

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

Vad är Replace as You Type?

Replace as You Type är en Chrome-tillägg utvecklad av Jack Kingsman, och dess huvudfunktion är "Replace emoticons with emoji and other text replacement as you type -- now works on Facebook, WhatsApp, etc.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Replace as You Type-förlängningens CRX-fil

Ladda ner Replace as You Type-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Replace as You Type Replace as You Type
ID acnbdcalinooiabgebjdkjbfppaglhkm
Officiell webbadress https://chromewebstore.google.com/detail/replace-as-you-type/acnbdcalinooiabgebjdkjbfppaglhkm
Beskrivning Replace emoticons with emoji and other text replacement as you type -- now works on Facebook, WhatsApp, etc.
Filstorlek 146 KB
Antal Installationer 118
Aktuell Version 0.0.6
Senast Uppdaterad 2023-12-09
Publiceringsdatum 2019-01-20
Betyg 3.50/5 Totalt 6 Betyg
Utvecklare Jack Kingsman
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/jkingsman/Replace-As-You-Type
Hjälpsida URL https://github.com/jkingsman/Replace-As-You-Type/issues
Stödda Språk 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"
    ]
}