JiraRTL

Enables well aligned and properly established direction of Hebrew and Arabic RTL text in Jira.

JiraRTL란 무엇입니까?

JiraRTL은(는) Tsirkin Evgeny에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enables well aligned and properly established direction of Hebrew and Arabic RTL text in Jira."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

JiraRTL 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Enables well aligned and properly established direction of rtl text in Jira.

The titles/description/comments etc. will be shown in the expected way. 
The same goes to task lists.

The text editor & editable fields will automatically acquire the correct write direction and alignment.

The extension stores the domain name of your Jira installation and automatically "fixes" Jira pages on page reloads.

Turn the JiraRTL on and off and reload the page if you want to see how your task or epic looks like with/without the extension.

Please report bugs/features on github:
https://github.com/tsirkin/jira-rtl/issues                    

확장 프로그램 기본 정보

이름 JiraRTL JiraRTL
ID djnbhcebgngagmioniajfhbldkoegcco
공식 URL https://chromewebstore.google.com/detail/jirartl/djnbhcebgngagmioniajfhbldkoegcco
설명 Enables well aligned and properly established direction of Hebrew and Arabic RTL text in Jira.
파일 크기 283 KB
설치 횟수 3,147
현재 버전 0.0.0.9
최근 업데이트 2021-07-23
출시 날짜 2019-06-24
평점 4.53/5 총 17 개의 평점
개발자 Tsirkin Evgeny
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://github.com/tsirkin/jira-rtl
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JiraRTL",
    "short_name": "JiraRTL",
    "version": "0.0.0.9",
    "manifest_version": 2,
    "description": "Enables well aligned and properly established direction of Hebrew and Arabic RTL text in Jira.",
    "icons": {
        "16": "images\/jira-rtl-16x16.png",
        "32": "images\/jira-rtl-32x32.png",
        "48": "images\/jira-rtl-48x48.png",
        "64": "images\/jira-rtl-64x64.png",
        "128": "images\/jira-rtl-128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/jira-rtl-off-16x16.png",
            "32": "images\/jira-rtl-off-32x32.png",
            "48": "images\/jira-rtl-off-48x48.png",
            "64": "images\/jira-rtl-off-64x64.png",
            "128": "images\/jira-rtl-off-128x128.png"
        },
        "default_title": "JiraRTL",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "load.js",
        "rtl.js",
        "rtl.css"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webNavigation",
        "activeTab",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}