Atlassian Toolbox
Provides tools and tweaks for the Atlassian suite.
Co je Atlassian Toolbox?
Atlassian Toolbox je rozšíření Chrome vyvinuté Michiel Roos, a jeho hlavní funkcí je „Provides tools and tweaks for the Atlassian suite.“.
Stáhnout soubor CRX rozšíření Atlassian Toolbox
Stáhněte si soubory rozšíření Atlassian Toolbox ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | jbclmdpehdfpfhinilgahhfbjcogobge |
Oficiální URL | https://chrome.google.com/webstore/detail/atlassian-toolbox/jbclmdpehdfpfhinilgahhfbjcogobge |
Popis | Provides tools and tweaks for the Atlassian suite. |
Velikost souboru | 35.95 KB |
Počet instalací | 130 |
Aktuální Verze | 2.0.0 |
Poslední Aktualizace | 2017-01-02 |
Datum Vydání | 2017-01-02 |
Vývojář | Michiel Roos |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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 } } |