Hangouts RTL fixer
This extension fixes the text direction in Google Hangouts (Gmail chat) for RTL languages
Qu'est-ce que Hangouts RTL fixer ?
Hangouts RTL fixer est une extension Chrome développée par https://zvizvi.xyz, et sa fonction principale est "This extension fixes the text direction in Google Hangouts (Gmail chat) for RTL languages".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hangouts RTL fixer
Téléchargez les fichiers d'extension Hangouts RTL fixer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
RTL support fixer for Google Hangouts (Gmail chat) מתקן את הנגאאוטס (ג'ימייל צ'אט) מימין לשמאל.
Informations de Base sur l'Extension
Nom | Hangouts RTL fixer |
ID | oohpklfcenaffjconedjebkaclkachmi |
URL Officiel | https://chromewebstore.google.com/detail/hangouts-rtl-fixer/oohpklfcenaffjconedjebkaclkachmi |
Description | This extension fixes the text direction in Google Hangouts (Gmail chat) for RTL languages |
Taille du Fichier | 24.72 KB |
Nombre d'Installations | 10,451 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2019-07-05 |
Date de Publication | 2019-07-03 |
Évaluation | 4.47/5 Total 15 Évaluations |
Développeur | https://zvizvi.xyz |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://zvizvi.xyz/ |
Langues Prises en Charge | 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 } ] } |