JIRA Language Switcher

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

Vad är JIRA Language Switcher?

JIRA Language Switcher är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "This Chrome Extension make it easily that you change your language setting on JIRA.".

Tilläggsskärmbilder

screenshot

Ladda ner JIRA Language Switcher-förlängningens CRX-fil

Ladda ner JIRA Language Switcher-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Note: This extension works on all Atlassian supported JIRA.                    

Grundläggande Information om Tillägg

Namn JIRA Language Switcher JIRA Language Switcher
ID ppijggjgfjgnlmepodhopjbmipdcfipo
Officiell webbadress https://chromewebstore.google.com/detail/jira-language-switcher/ppijggjgfjgnlmepodhopjbmipdcfipo
Beskrivning This Chrome Extension make it easily that you change your language setting on JIRA.
Filstorlek 606 KB
Antal Installationer 47
Aktuell Version 1.0.1
Senast Uppdaterad 2016-05-18
Publiceringsdatum 2016-05-17
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Unknown
Betalningssätt free
Tilläggswebbplats https://bitbucket.org/yokamon/jira-language-switcher/overview
Stödda Språk 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"
}