Raptorize for Rally
Instant Velociraptor for your Rally (CA Agile Central) board
什么是Raptorize for Rally?
Raptorize for Rally是由dreyguy开发的Chrome扩展程序,该扩展的主要功能是“Instant Velociraptor for your Rally (CA Agile Central) board”。
扩展截图
下载Raptorize for Rally扩展crx文件
下载Raptorize for Rally扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Spice up your development process with a little fun! This extension will raptorize the screen when you drag tasks to "Done" in Rally. Animations can also be played when tasks are unblocked, assigned, flow backwards, or blocked. *NEW in this release* - Fixed an issue with onStoryComplete not firing - Specify your own hooks for ultimate customization! Features: - Pick your custom image (Unicorn, Superman, Raptor, Raptor w/ Hat) - Select RANDOM as image to use a random image - Random sounds available - User theme song on assign - Define a custom sound by URL - Card age accentuator - Sound effects when tasks are blocked - New event for tasks flowing backwards - Use a custom image of your choosing Special thanks to: Zurb Studios - for creating the initial jquery plugin http://zurb.com/playground/jquery-raptorize Alex Brovkin - for the work on the original chrome extension http://brovalex.com/2015/01/26/raptorize-for-chrome/
扩展基本信息
名称 | Raptorize for Rally |
ID | mkcefhphmjgojfnpdmajoceoekebapbb |
官方URL | https://chromewebstore.google.com/detail/raptorize-for-rally/mkcefhphmjgojfnpdmajoceoekebapbb |
简介 | Instant Velociraptor for your Rally (CA Agile Central) board |
文件大小 | 14.2 MB |
安装次数 | 71 |
当前版本 | 1.5.107 |
更新时间 | 2020-04-02 |
上架时间 | 2020-04-02 |
评分 | 5.00/5 共6次评分 |
开发者 | dreyguy |
付费类型 | free |
扩展官网 | https://github.com/markdreyer/rallyrap |
帮助页面URL | https://github.com/markdreyer/rallyrap/issues |
支持的语言 | en |
manifest.json | |
{ "background": { "scripts": [ "js\/inject.js" ], "persistent": false }, "browser_action": { "default_icon": "img\/icon.png", "icons": [ "img\/icon.png" ], "name": "Rally Raptorize" }, "content_scripts": [ { "js": [ "js\/jquery.min.js", "js\/events.DOM.js", "js\/events.js", "js\/raptorize.js", "js\/rallyrap.js", "js\/layering.js" ], "css": [ "css\/rallyrap.css" ], "matches": [ "*:\/\/*.rallydev.com\/*" ] } ], "options_ui": { "page": "html\/options.html", "chrome_style": true }, "description": "Instant Velociraptor for your Rally (CA Agile Central) board", "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "manifest_version": 2, "name": "Raptorize for Rally", "permissions": [ "activeTab", "*:\/\/*.rallydev.com\/*", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.5.107", "web_accessible_resources": [ "img\/*", "audio\/*" ] } |