Asana Animal Parade

This extension lets you feel even better when completing tasks in Asana by enabling parades of their super cute creatures!

Asana Animal Parade란 무엇입니까?

Asana Animal Parade은(는) evangipson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension lets you feel even better when completing tasks in Asana by enabling parades of their super cute creatures!"입니다.

확장 프로그램 스크린샷

screenshot

Asana Animal Parade 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Users of Asana love to see cute little animals go across the screen when the close tasks sometimes, right? Well now, you can see a whole parade of them every time you complete a task.

Note that you don't need to enable creature animations for this plugin to work, but if you do, your parade will have a ringleader.

If you are curious about the changelog, you can view it here: https://github.com/evangipson/asana-animal-parades/commits/master                    

확장 프로그램 기본 정보

이름 Asana Animal Parade Asana Animal Parade
ID hodhplklmbfodpianfocifdakgjojbjf
공식 URL https://chrome.google.com/webstore/detail/asana-animal-parade/hodhplklmbfodpianfocifdakgjojbjf
설명 This extension lets you feel even better when completing tasks in Asana by enabling parades of their super cute creatures!
파일 크기 598 KB
설치 횟수 72
현재 버전 1.0.0.4
최근 업데이트 2018-05-30
출시 날짜 2018-05-30
평점 5.00/5 총 1 개의 평점
개발자 evangipson
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Asana Animal Parade",
    "description": "This extension lets you feel even better when completing tasks in Asana by enabling parades of their super cute creatures!",
    "version": "1.0.0.4",
    "homepage_url": "http:\/\/evangipson.com",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/app.asana.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.asana.com\/*"
            ],
            "js": [
                "inject.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "asana-animal-parades.js"
    ]
}