Replace as You Type

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

ما هو Replace as You Type؟

Replace as You Type هو إضافة Chrome تم تطويرها بواسطة Jack Kingsman، والميزة الرئيسية لها هي "Replace emoticons with emoji and other text replacement as you type -- now works on Facebook, WhatsApp, etc.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Replace as You Type

قم بتنزيل ملفات الامتداد Replace as You Type بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Replace as You Type Replace as You Type
ID acnbdcalinooiabgebjdkjbfppaglhkm
عنوان URL الرسمي https://chromewebstore.google.com/detail/replace-as-you-type/acnbdcalinooiabgebjdkjbfppaglhkm
الوصف Replace emoticons with emoji and other text replacement as you type -- now works on Facebook, WhatsApp, etc.
حجم الملف 146 KB
عدد التثبيتات 118
النسخة الحالية 0.0.6
آخر تحديث 2023-12-09
تاريخ النشر 2019-01-20
تقييم 3.50/5 مجموع تقييمات 6
المطور Jack Kingsman
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/jkingsman/Replace-As-You-Type
عنوان صفحة المساعدة https://github.com/jkingsman/Replace-As-You-Type/issues
اللغات المدعومة 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"
    ]
}