Animate Banner Control

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

Animate Banner Control là gì?

Animate Banner Control là một tiện ích mở rộng Chrome được phát triển bởi Euro Rincon, và tính năng chính của nó là "Tool to control banners used by Adobe Animate, using Timeline.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Animate Banner Control

Tải xuống các tệp mở rộng Animate Banner Control dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Herramienta para controlar los banners construidos con Adobe Animate                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Animate Banner Control Animate Banner Control
ID opoepllejmfjjnjbdpjbpeheooehpmbh
URL Chính Thức https://chromewebstore.google.com/detail/animate-banner-control/opoepllejmfjjnjbdpjbpeheooehpmbh
Mô tả Tool to control banners used by Adobe Animate, using Timeline.
Kích Thước Tệp 240 KB
Số Lần Cài Đặt 74
Phiên Bản Hiện Tại 0.7.6
Cập Nhật Lần Cuối 2023-02-12
Ngày Phát Hành 2019-10-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Euro Rincon
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}