JiraRTL

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

JiraRTL là gì?

JiraRTL là một tiện ích mở rộng Chrome được phát triển bởi Tsirkin Evgeny, và tính năng chính của nó là "Enables well aligned and properly established direction of Hebrew and Arabic RTL text in Jira.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng JiraRTL

Tải xuống các tệp mở rộng JiraRTL dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên JiraRTL JiraRTL
ID djnbhcebgngagmioniajfhbldkoegcco
URL Chính Thức https://chromewebstore.google.com/detail/jirartl/djnbhcebgngagmioniajfhbldkoegcco
Mô tả Enables well aligned and properly established direction of Hebrew and Arabic RTL text in Jira.
Kích Thước Tệp 283 KB
Số Lần Cài Đặt 3,147
Phiên Bản Hiện Tại 0.0.0.9
Cập Nhật Lần Cuối 2021-07-23
Ngày Phát Hành 2019-06-24
Đánh Giá 4.53/5 Tổng số 17 Đánh Giá
Nhà Phát Triển Tsirkin Evgeny
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/tsirkin/jira-rtl
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}