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”。

擴展截圖

screenshot
screenshot
screenshot

下載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 Raptorize for Rally
ID mkcefhphmjgojfnpdmajoceoekebapbb
官方網址 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\/*"
    ]
}