Slack RTL Support
Extension to support RTL languages in slack web app.
What is Slack RTL Support?
Slack RTL Support is a Chrome extension developed by tarek.alqaddy, and its main feature is "Extension to support RTL languages in slack web app.".
Extension Screenshots
Download Slack RTL Support Extension CRX File
Download Slack RTL Support extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Chrome extension to support Right To Left (RTL) languages (Arabic, Farsi, Hebrew, etc..) in slack web app.
Extension Basic Information
Name | Slack RTL Support |
ID | knfckdnklkbgdnfamkjgpobmkeaedgbp |
Official URL | https://chromewebstore.google.com/detail/slack-rtl-support/knfckdnklkbgdnfamkjgpobmkeaedgbp |
Description | Extension to support RTL languages in slack web app. |
File Size | 21.03 KB |
Installation Count | 51 |
Current Version | 1.0 |
Last Updated | 2018-11-05 |
Publish Date | 2018-11-05 |
Rating | 3.50/5 Total 2 Ratings |
Developer | tarek.alqaddy |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/TarekAlQaddy/slack-rtl-support |
Help Page URL | https://github.com/TarekAlQaddy/slack-rtl-support/ |
Supported Languages | 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" } } |