JIRA RTL
JIRA RTL
What is JIRA RTL?
JIRA RTL is a Chrome extension developed by demeter.white.beard, and its main feature is "JIRA RTL".
Extension Screenshots
Download JIRA RTL Extension CRX File
Download JIRA RTL extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Set right-to-left direction to Jira ticket content in atlassian.net
Extension Basic Information
Name | JIRA RTL |
ID | kedfgkphpfhibddhgnehpaoibogdklfa |
Official URL | https://chromewebstore.google.com/detail/jira-rtl/kedfgkphpfhibddhgnehpaoibogdklfa |
Description | JIRA RTL |
File Size | 4.99 KB |
Installation Count | 1,088 |
Current Version | 0.5 |
Last Updated | 2019-12-12 |
Publish Date | 2019-12-12 |
Rating | 4.00/5 Total 5 Ratings |
Developer | demeter.white.beard |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |