MV Asana RTL
RTL fix for Asana.com
MV Asana RTL란 무엇입니까?
MV Asana RTL은(는) guy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "RTL fix for Asana.com"입니다.
확장 프로그램 스크린샷
MV Asana RTL 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | hngjhgkgbngfhkbccnoaaeiccgfademb |
공식 URL | https://chrome.google.com/webstore/detail/mv-asana-rtl/hngjhgkgbngfhkbccnoaaeiccgfademb |
설명 | RTL fix for Asana.com |
파일 크기 | 30.63 KB |
설치 횟수 | 57 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2018-11-04 |
출시 날짜 | 2018-11-04 |
평점 | 4.75/5 총 4 개의 평점 |
개발자 | guy |
결제 유형 | free |
도움말 페이지 URL | http://www.media-vision.co.il |
지원되는 언어 | 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]" } |