JIRA Language Switcher
This Chrome Extension make it easily that you change your language setting on JIRA.
Cos'è JIRA Language Switcher?
JIRA Language Switcher è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "This Chrome Extension make it easily that you change your language setting on JIRA.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione JIRA Language Switcher
Scarica i file di estensione JIRA Language Switcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This Chrome Extension make it easily that you change your language setting on JIRA. Note: This extension works on all Atlassian supported JIRA.
Informazioni di Base sull'Estensione
Nome | JIRA Language Switcher |
ID | ppijggjgfjgnlmepodhopjbmipdcfipo |
URL Ufficiale | https://chromewebstore.google.com/detail/jira-language-switcher/ppijggjgfjgnlmepodhopjbmipdcfipo |
Descrizione | This Chrome Extension make it easily that you change your language setting on JIRA. |
Dimensione del File | 606 KB |
Conteggio Installazioni | 47 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2016-05-18 |
Data di Pubblicazione | 2016-05-17 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://bitbucket.org/yokamon/jira-language-switcher/overview |
Lingue Supportate | 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" } |