JiraRTL

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

JiraRTL क्या है?

JiraRTL Tsirkin Evgeny द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enables well aligned and properly established direction of Hebrew and Arabic RTL text in Jira."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में JiraRTL एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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:\/\/*\/*"
    ]
}