JIRA RTL
JIRA RTL
什么是JIRA RTL?
JIRA RTL是由demeter.white.beard开发的Chrome扩展程序,该扩展的主要功能是“JIRA RTL”。
扩展截图
下载JIRA RTL扩展crx文件
下载JIRA RTL扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Set right-to-left direction to Jira ticket content in atlassian.net
扩展基本信息
名称 | 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 |
电子邮箱 | [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" ] } |