Atlassian Toolbox
Provides tools and tweaks for the Atlassian suite.
Atlassian Toolboxとは何ですか?
Atlassian ToolboxはMichiel Roosによって開発されたChromeの拡張機能で、その主な機能は「Provides tools and tweaks for the Atlassian suite.」です。
Atlassian Toolbox拡張機能のCRXファイルをダウンロード
Atlassian Toolbox拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| ID | jbclmdpehdfpfhinilgahhfbjcogobge |
| 公式URL | https://chrome.google.com/webstore/detail/atlassian-toolbox/jbclmdpehdfpfhinilgahhfbjcogobge |
| 説明 | Provides tools and tweaks for the Atlassian suite. |
| ファイルサイズ | 35.95 KB |
| インストール数 | 130 |
| 現在のバージョン | 2.0.0 |
| 最終更新日 | 2017-01-02 |
| 公開日 | 2017-01-02 |
| 開発者 | Michiel Roos |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | 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
}
} | |