Slack RTL Support
Extension to support RTL languages in slack web app.
Qu'est-ce que Slack RTL Support ?
Slack RTL Support est une extension Chrome développée par tarek.alqaddy, et sa fonction principale est "Extension to support RTL languages in slack web app.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Slack RTL Support
Téléchargez les fichiers d'extension Slack RTL Support 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
Chrome extension to support Right To Left (RTL) languages (Arabic, Farsi, Hebrew, etc..) in slack web app.
Informations de Base sur l'Extension
Nom | Slack RTL Support |
ID | knfckdnklkbgdnfamkjgpobmkeaedgbp |
URL Officiel | https://chromewebstore.google.com/detail/slack-rtl-support/knfckdnklkbgdnfamkjgpobmkeaedgbp |
Description | Extension to support RTL languages in slack web app. |
Taille du Fichier | 21.03 KB |
Nombre d'Installations | 51 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2018-11-05 |
Date de Publication | 2018-11-05 |
Évaluation | 3.50/5 Total 2 Évaluations |
Développeur | tarek.alqaddy |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/TarekAlQaddy/slack-rtl-support |
URL de la Page d'Aide | https://github.com/TarekAlQaddy/slack-rtl-support/ |
Langues Prises en Charge | ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Slack RTL Support", "version": "1.0", "description": "Extension to support RTL languages in slack web app.", "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/*.slack.com\/*" ], "js": [ "main.js" ] } ], "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "96": "icons\/icon-96.png" } } |