MV Asana RTL
RTL fix for Asana.com
Wat is MV Asana RTL?
MV Asana RTL is een Chrome-extensie ontwikkeld door guy, en de belangrijkste functie is "RTL fix for Asana.com".
Extensie Screenshots
Download het CRX-bestand van de extensie MV Asana RTL
Download MV Asana RTL-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | hngjhgkgbngfhkbccnoaaeiccgfademb |
Officiële URL | https://chrome.google.com/webstore/detail/mv-asana-rtl/hngjhgkgbngfhkbccnoaaeiccgfademb |
Beschrijving | RTL fix for Asana.com |
Bestandsgrootte | 30.63 KB |
Aantal Installaties | 57 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2018-11-04 |
Publicatiedatum | 2018-11-04 |
Beoordeling | 4.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | guy |
Betalingswijze | free |
Help Pagina-URL | http://www.media-vision.co.il |
Ondersteunde Talen | 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]" } |