JIRA Language Switcher

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

Wat is JIRA Language Switcher?

JIRA Language Switcher is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This Chrome Extension make it easily that you change your language setting on JIRA.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie JIRA Language Switcher

Download JIRA Language Switcher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Note: This extension works on all Atlassian supported JIRA.                    

Basisinformatie over de Extensie

Naam JIRA Language Switcher JIRA Language Switcher
ID ppijggjgfjgnlmepodhopjbmipdcfipo
Officiële URL https://chromewebstore.google.com/detail/jira-language-switcher/ppijggjgfjgnlmepodhopjbmipdcfipo
Beschrijving This Chrome Extension make it easily that you change your language setting on JIRA.
Bestandsgrootte 606 KB
Aantal Installaties 47
Huidige Versie 1.0.1
Laatst Bijgewerkt 2016-05-18
Publicatiedatum 2016-05-17
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Extensiewebsite https://bitbucket.org/yokamon/jira-language-switcher/overview
Ondersteunde Talen 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"
}