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
公式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"
}