Animate Banner Control

Tool to control banners used by Adobe Animate, using Timeline.

Animate Banner Control란 무엇입니까?

Animate Banner Control은(는) Euro Rincon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tool to control banners used by Adobe Animate, using Timeline."입니다.

확장 프로그램 스크린샷

screenshot

Animate Banner Control 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Herramienta para controlar los banners construidos con Adobe Animate                    

확장 프로그램 기본 정보

이름 Animate Banner Control Animate Banner Control
ID opoepllejmfjjnjbdpjbpeheooehpmbh
공식 URL https://chromewebstore.google.com/detail/animate-banner-control/opoepllejmfjjnjbdpjbpeheooehpmbh
설명 Tool to control banners used by Adobe Animate, using Timeline.
파일 크기 240 KB
설치 횟수 74
현재 버전 0.7.6
최근 업데이트 2023-02-12
출시 날짜 2019-10-08
평점 5.00/5 총 1 개의 평점
개발자 Euro Rincon
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Tool to control banners used by Adobe Animate, using Timeline.",
    "minimum_chrome_version": "28",
    "manifest_version": 2,
    "version": "0.7.6",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/fonts.googleapis.com\/*.*",
        "tabs",
        "background",
        "activeTab"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+D",
                "mac": "MacCtrl+Shift+D"
            }
        }
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js",
            "js\/jquery.min.js",
            "js\/jquery-ui.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/128.png",
        "default_title": "Animate Banner Control"
    },
    "web_accessible_resources": [
        "img\/*.*",
        "fonts\/*.*",
        "css\/*.*",
        "html\/*.*",
        "js\/*.*"
    ],
    "name": "Animate Banner Control",
    "icons": {
        "128": "img\/128.png"
    }
}