Google Chat RTL (Hebrew)

In Google Chat web app: modify direction to rtl, but only for messages containing Hebrew characters

ما هو Google Chat RTL (Hebrew)؟

Google Chat RTL (Hebrew) هو إضافة Chrome تم تطويرها بواسطة Kostya Maryan، والميزة الرئيسية لها هي "In Google Chat web app: modify direction to rtl, but only for messages containing Hebrew characters".

تحميل ملف CRX للإضافة Google Chat RTL (Hebrew)

قم بتنزيل ملفات الامتداد Google Chat RTL (Hebrew) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This exention enables support for Hebrew RTL                    

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

الاسم Google Chat RTL (Hebrew) Google Chat RTL (Hebrew)
ID mggfbghklofmejajmldjmblclnglpbno
عنوان URL الرسمي https://chrome.google.com/webstore/detail/google-chat-rtl-hebrew/mggfbghklofmejajmldjmblclnglpbno
الوصف In Google Chat web app: modify direction to rtl, but only for messages containing Hebrew characters
حجم الملف 5.5 KB
عدد التثبيتات 26
النسخة الحالية 1.3
آخر تحديث 2018-08-20
تاريخ النشر 2018-08-20
تقييم 4.33/5 مجموع تقييمات 3
المطور Kostya Maryan
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.bulwarx.com
اللغات المدعومة
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Chat RTL (Hebrew)",
    "version": "1.3",
    "description": "In Google Chat web app: modify direction to rtl, but only for messages containing Hebrew characters",
    "icons": {
        "128": "icon.png"
    },
    "author": "Kostya Maryan ",
    "page_action": {
        "default_title": "Google Chat RTL"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.google.com\/*"
            ],
            "js": [
                "Google-Chat-RTL.js"
            ],
            "all_frames": true
        }
    ]
}