JIRA Language Switcher

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

O que é JIRA Language Switcher?

JIRA Language Switcher é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "This Chrome Extension make it easily that you change your language setting on JIRA.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão JIRA Language Switcher

Baixe arquivos de extensão JIRA Language Switcher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Note: This extension works on all Atlassian supported JIRA.                    

Informações Básicas da Extensão

Nome JIRA Language Switcher JIRA Language Switcher
ID ppijggjgfjgnlmepodhopjbmipdcfipo
URL Oficial https://chromewebstore.google.com/detail/jira-language-switcher/ppijggjgfjgnlmepodhopjbmipdcfipo
Descrição This Chrome Extension make it easily that you change your language setting on JIRA.
Tamanho do Arquivo 606 KB
Contagem de Instalações 47
Versão Atual 1.0.1
Última Atualização 2016-05-18
Data de Publicação 2016-05-17
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Site da Extensão https://bitbucket.org/yokamon/jira-language-switcher/overview
Idiomas Suportados 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"
}