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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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 } } |