JIRA Language Switcher
This Chrome Extension make it easily that you change your language setting on JIRA.
什么是JIRA Language Switcher?
JIRA Language Switcher是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“This Chrome Extension make it easily that you change your language setting on JIRA.”。
扩展截图
下载JIRA Language Switcher扩展crx文件
下载JIRA Language Switcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This Chrome Extension make it easily that you change your language setting on JIRA. Note: This extension works on all Atlassian supported JIRA.
扩展基本信息
名称 | JIRA Language Switcher |
ID | ppijggjgfjgnlmepodhopjbmipdcfipo |
官方URL | https://chromewebstore.google.com/detail/jira-language-switcher/ppijggjgfjgnlmepodhopjbmipdcfipo |
简介 | This Chrome Extension make it easily that you change your language setting on JIRA. |
文件大小 | 606 KB |
安装次数 | 47 |
当前版本 | 1.0.1 |
更新时间 | 2016-05-18 |
上架时间 | 2016-05-17 |
评分 | 5.00/5 共1次评分 |
开发者 | Unknown |
付费类型 | free |
扩展官网 | https://bitbucket.org/yokamon/jira-language-switcher/overview |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "JIRA Language Switcher", "version": "1.0.1", "description": "This Chrome Extension make it easily that you change your language setting on JIRA.", "icons": { "16": "images\/jira-lang-switcher-logo-16.png", "48": "images\/jira-lang-switcher-logo-128.png", "128": "images\/jira-lang-switcher-logo-128.png" }, "browser_action": { "default_title": "JIRA Language Switcher", "default_icon": "images\/jira-lang-switcher-logo-16.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "js\/jquery-2.2.3.min.js", "js\/background.js" ] }, "options_page": "options.html" } |