JIRA Language Switcher

This Chrome Extension make it easily that you change your language setting on JIRA.

What is JIRA Language Switcher?

JIRA Language Switcher is a Chrome extension developed by Unknown, and its main feature is "This Chrome Extension make it easily that you change your language setting on JIRA.".

Extension Screenshots

screenshot

Download JIRA Language Switcher Extension CRX File

Download JIRA Language Switcher 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

                        This Chrome Extension make it easily that you change your language setting on JIRA.

Note: This extension works on all Atlassian supported JIRA.                    

Extension Basic Information

Name JIRA Language Switcher JIRA Language Switcher
ID ppijggjgfjgnlmepodhopjbmipdcfipo
Official URL https://chromewebstore.google.com/detail/jira-language-switcher/ppijggjgfjgnlmepodhopjbmipdcfipo
Description This Chrome Extension make it easily that you change your language setting on JIRA.
File Size 606 KB
Installation Count 47
Current Version 1.0.1
Last Updated 2016-05-18
Publish Date 2016-05-17
Rating 5.00/5 Total 1 Ratings
Developer Unknown
Payment Type free
Extension Website https://bitbucket.org/yokamon/jira-language-switcher/overview
Supported Languages 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"
}