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 |
电子邮箱 | [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 } } |