Atlassian Toolbox
Provides tools and tweaks for the Atlassian suite.
Cos'è Atlassian Toolbox?
Atlassian Toolbox è un'estensione di Chrome sviluppata da Michiel Roos, e la sua funzione principale è "Provides tools and tweaks for the Atlassian suite.".
Scarica il file CRX dell'estensione Atlassian Toolbox
Scarica i file di estensione Atlassian Toolbox 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 extension is deprecated. Please use the native extensions instead: https://marketplace.atlassian.com/plugins/com.michielroos.bitbucket-keyboard-shortcuts https://marketplace.atlassian.com/plugins/com.michielroos.jira-keyboard-shortcuts https://marketplace.atlassian.com/plugins/com.michielroos.bitbucket.chainsaw
Informazioni di Base sull'Estensione
Nome | |
ID | jbclmdpehdfpfhinilgahhfbjcogobge |
URL Ufficiale | https://chrome.google.com/webstore/detail/atlassian-toolbox/jbclmdpehdfpfhinilgahhfbjcogobge |
Descrizione | Provides tools and tweaks for the Atlassian suite. |
Dimensione del File | 35.95 KB |
Conteggio Installazioni | 130 |
Versione Corrente | 2.0.0 |
Ultimo Aggiornamento | 2017-01-02 |
Data di Pubblicazione | 2017-01-02 |
Sviluppatore | Michiel Roos |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en,nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "version": "2.0.0", "manifest_version": 2, "minimum_chrome_version": "22", "description": "__MSG_extensionDescription__", "homepage_url": "https:\/\/www.michielroos.com\/", "default_locale": "en", "permissions": [ "storage", "tabs", "webRequest" ], "background": { "scripts": [ "Resources\/JavaScript\/Library.js", "Resources\/JavaScript\/Background.js" ], "persistent": true }, "content_scripts": [ { "js": [ "Resources\/JavaScript\/Library.js", "Resources\/JavaScript\/Content.js" ], "matches": [ "*:\/\/*\/*" ] } ], "icons": { "16": "Resources\/Icons\/Icon16.png", "48": "Resources\/Icons\/Icon48.png", "128": "Resources\/Icons\/Icon128.png" }, "options_ui": { "page": "Resources\/HTML\/Options.html", "chrome_style": true } } |