Atlassian Toolbox
Provides tools and tweaks for the Atlassian suite.
Hvad er Atlassian Toolbox?
Atlassian Toolbox er en Chrome-udvidelse udviklet af Michiel Roos, og dens hovedfunktion er "Provides tools and tweaks for the Atlassian suite.".
Download Atlassian Toolbox-udvidelses-CRX-fil
Download Atlassian Toolbox-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | jbclmdpehdfpfhinilgahhfbjcogobge |
| Officiel URL | https://chrome.google.com/webstore/detail/atlassian-toolbox/jbclmdpehdfpfhinilgahhfbjcogobge |
| Beskrivelse | Provides tools and tweaks for the Atlassian suite. |
| Filstørrelse | 35.95 KB |
| Antal Installationer | 130 |
| Nuværende Version | 2.0.0 |
| Senest Opdateret | 2017-01-02 |
| Udgivelsesdato | 2017-01-02 |
| Udvikler | Michiel Roos |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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
}
} | |