Hangouts RTL fixer
This extension fixes the text direction in Google Hangouts (Gmail chat) for RTL languages
Apa itu Hangouts RTL fixer?
Hangouts RTL fixer adalah ekstensi Chrome yang dikembangkan oleh https://zvizvi.xyz, dan fitur utamanya adalah "This extension fixes the text direction in Google Hangouts (Gmail chat) for RTL languages".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Hangouts RTL fixer
Unduh file ekstensi Hangouts RTL fixer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
RTL support fixer for Google Hangouts (Gmail chat) מתקן את הנגאאוטס (ג'ימייל צ'אט) מימין לשמאל.
Informasi Dasar Ekstensi
Nama | Hangouts RTL fixer |
ID | oohpklfcenaffjconedjebkaclkachmi |
URL Resmi | https://chromewebstore.google.com/detail/hangouts-rtl-fixer/oohpklfcenaffjconedjebkaclkachmi |
Deskripsi | This extension fixes the text direction in Google Hangouts (Gmail chat) for RTL languages |
Ukuran File | 24.72 KB |
Jumlah Instalasi | 10,451 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2019-07-05 |
Tanggal Publikasi | 2019-07-03 |
Penilaian | 4.47/5 Total 15 Penilaian |
Pengembang | https://zvizvi.xyz |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://zvizvi.xyz/ |
Bahasa yang Didukung | 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 } ] } |