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.”。

擴展截圖

screenshot

下載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 JIRA Language Switcher
ID ppijggjgfjgnlmepodhopjbmipdcfipo
官方網址 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"
}