Hangouts RTL fixer

This extension fixes the text direction in Google Hangouts (Gmail chat) for RTL languages

ما هو Hangouts RTL fixer؟

Hangouts RTL fixer هو إضافة Chrome تم تطويرها بواسطة https://zvizvi.xyz، والميزة الرئيسية لها هي "This extension fixes the text direction in Google Hangouts (Gmail chat) for RTL languages".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Hangouts RTL fixer

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

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

                        RTL support fixer for Google Hangouts (Gmail chat)
מתקן את הנגאאוטס (ג'ימייל צ'אט) מימין לשמאל.                    

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

الاسم Hangouts RTL fixer Hangouts RTL fixer
ID oohpklfcenaffjconedjebkaclkachmi
عنوان URL الرسمي https://chromewebstore.google.com/detail/hangouts-rtl-fixer/oohpklfcenaffjconedjebkaclkachmi
الوصف This extension fixes the text direction in Google Hangouts (Gmail chat) for RTL languages
حجم الملف 24.72 KB
عدد التثبيتات 10,451
النسخة الحالية 1.0.2
آخر تحديث 2019-07-05
تاريخ النشر 2019-07-03
تقييم 4.47/5 مجموع تقييمات 15
المطور https://zvizvi.xyz
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://zvizvi.xyz/
اللغات المدعومة iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hangouts RTL fixer",
    "description": "This extension fixes the text direction in Google Hangouts (Gmail chat) for RTL languages",
    "version": "1.0.2",
    "author": "[email protected]",
    "permissions": [
        "https:\/\/hangouts.google.com\/webchat\/*"
    ],
    "icons": {
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "22": "images\/icon_22.png",
            "24": "images\/icon_24.png",
            "32": "images\/icon_32.png",
            "44": "images\/icon_44.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "js\/main.js"
            ],
            "matches": [
                "https:\/\/hangouts.google.com\/webchat\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}