Hangouts RTL fixer

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

Co je Hangouts RTL fixer?

Hangouts RTL fixer je rozšíření Chrome vyvinuté https://zvizvi.xyz, a jeho hlavní funkcí je „This extension fixes the text direction in Google Hangouts (Gmail chat) for RTL languages“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Hangouts RTL fixer

Stáhněte si soubory rozšíření Hangouts RTL fixer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Hangouts RTL fixer Hangouts RTL fixer
ID oohpklfcenaffjconedjebkaclkachmi
Oficiální URL https://chromewebstore.google.com/detail/hangouts-rtl-fixer/oohpklfcenaffjconedjebkaclkachmi
Popis This extension fixes the text direction in Google Hangouts (Gmail chat) for RTL languages
Velikost souboru 24.72 KB
Počet instalací 10,451
Aktuální Verze 1.0.2
Poslední Aktualizace 2019-07-05
Datum Vydání 2019-07-03
Hodnocení 4.47/5 Celkem 15 Hodnocení
Vývojář https://zvizvi.xyz
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://zvizvi.xyz/
Podporované Jazyky 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
        }
    ]
}