Hangouts RTL fixer

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

Hangouts RTL fixer क्या है?

Hangouts RTL fixer https://zvizvi.xyz द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension fixes the text direction in Google Hangouts (Gmail chat) for RTL languages"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hangouts RTL fixer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
        }
    ]
}