MV Asana RTL
RTL fix for Asana.com
Co to jest MV Asana RTL?
MV Asana RTL to rozszerzenie Chrome opracowane przez guy, a jego główną funkcją jest „RTL fix for Asana.com”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia MV Asana RTL
Pobierz pliki rozszerzeń MV Asana RTL w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hngjhgkgbngfhkbccnoaaeiccgfademb |
Oficjalny URL | https://chrome.google.com/webstore/detail/mv-asana-rtl/hngjhgkgbngfhkbccnoaaeiccgfademb |
Opis | RTL fix for Asana.com |
Rozmiar pliku | 30.63 KB |
Liczba instalacji | 57 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2018-11-04 |
Data Publikacji | 2018-11-04 |
Ocena | 4.75/5 Łącznie 4 Oceny |
Deweloper | guy |
Typ Płatności | free |
Adres URL Strony Pomocy | http://www.media-vision.co.il |
Obsługiwane Języki | 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]" } |