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文件

下載JiraRTL擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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:\/\/*\/*"
    ]
}