MV Asana RTL
RTL fix for Asana.com
What is MV Asana RTL?
MV Asana RTL is a Chrome extension developed by guy, and its main feature is "RTL fix for Asana.com".
Extension Screenshots
Download MV Asana RTL Extension CRX File
Download MV Asana RTL 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
MV Asana RTL This plugin displays text in rtl direction while using Asana.com. The first version was made to fix the texts that showing in board view. if you need more, please contact us.
Extension Basic Information
Name | |
ID | hngjhgkgbngfhkbccnoaaeiccgfademb |
Official URL | https://chrome.google.com/webstore/detail/mv-asana-rtl/hngjhgkgbngfhkbccnoaaeiccgfademb |
Description | RTL fix for Asana.com |
File Size | 30.63 KB |
Installation Count | 57 |
Current Version | 1.0.1 |
Last Updated | 2018-11-04 |
Publish Date | 2018-11-04 |
Rating | 4.75/5 Total 4 Ratings |
Developer | guy |
Payment Type | free |
Help Page URL | http://www.media-vision.co.il |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MV Asana RTL", "version": "1.0.1", "description": "RTL fix for Asana.com", "icons": { "16": "MV_asana_rtl-16.png", "32": "MV_asana_rtl-32.png", "64": "MV_asana_rtl-64.png", "128": "MV_asana_rtl-128.png" }, "browser_action": { "default_icon": "MV_asana_rtl-128.png", "default_popup": "popup.html", "default_title": "Asana RTL Display" }, "homepage_url": "http:\/\/www.media-vision.co.il", "minimum_chrome_version": "68", "permissions": [ "https:\/\/app.asana.com\/0\/*" ], "content_scripts": [ { "matches": [ "https:\/\/app.asana.com\/0\/*" ], "css": [ "MV_asana_rtl.css" ] } ], "author": "Media Vision [email protected]" } |