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.”。
扩展截图
下载Animate Banner Control扩展crx文件
下载Animate Banner Control扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Herramienta para controlar los banners construidos con Adobe Animate
扩展基本信息
名称 | 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" } } |