Slack RTL Support
Extension to support RTL languages in slack web app.
Cos'è Slack RTL Support?
Slack RTL Support è un'estensione di Chrome sviluppata da tarek.alqaddy, e la sua funzione principale è "Extension to support RTL languages in slack web app.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Slack RTL Support
Scarica i file di estensione Slack RTL Support in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Chrome extension to support Right To Left (RTL) languages (Arabic, Farsi, Hebrew, etc..) in slack web app.
Informazioni di Base sull'Estensione
Nome | Slack RTL Support |
ID | knfckdnklkbgdnfamkjgpobmkeaedgbp |
URL Ufficiale | https://chromewebstore.google.com/detail/slack-rtl-support/knfckdnklkbgdnfamkjgpobmkeaedgbp |
Descrizione | Extension to support RTL languages in slack web app. |
Dimensione del File | 21.03 KB |
Conteggio Installazioni | 51 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2018-11-05 |
Data di Pubblicazione | 2018-11-05 |
Valutazione | 3.50/5 Totale 2 Valutazioni |
Sviluppatore | tarek.alqaddy |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/TarekAlQaddy/slack-rtl-support |
URL della Pagina di Aiuto | https://github.com/TarekAlQaddy/slack-rtl-support/ |
Lingue Supportate | 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" } } |