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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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:\/\/*\/*" ] } |