JIRA RTL

JIRA RTL

JIRA RTLとは何ですか?

JIRA RTLはdemeter.white.beardによって開発されたChromeの拡張機能で、その主な機能は「JIRA RTL」です。

拡張機能のスクリーンショット

screenshot

JIRA RTL拡張機能のCRXファイルをダウンロード

JIRA RTL拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Set right-to-left direction to Jira ticket content in atlassian.net                    

拡張機能の基本情報

名前 JIRA RTL JIRA RTL
ID kedfgkphpfhibddhgnehpaoibogdklfa
公式URL https://chromewebstore.google.com/detail/jira-rtl/kedfgkphpfhibddhgnehpaoibogdklfa
説明 JIRA RTL
ファイルサイズ 4.99 KB
インストール数 1,088
現在のバージョン 0.5
最終更新日 2019-12-12
公開日 2019-12-12
評価 4.00/5 合計 5 レビュー
開発者 demeter.white.beard
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JIRA RTL",
    "description": "JIRA RTL",
    "icons": {
        "16": "icon.png"
    },
    "version": "0.5",
    "manifest_version": 2,
    "browser_action": {
        "default_title": "JIRA RTL",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.atlassian.net\/*"
            ],
            "js": [
                "onload.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ]
}