Animate Banner Control
Tool to control banners used by Adobe Animate, using Timeline.
What is Animate Banner Control?
Animate Banner Control is a Chrome extension developed by Euro Rincon, and its main feature is "Tool to control banners used by Adobe Animate, using Timeline.".
Extension Screenshots
Download Animate Banner Control Extension CRX File
Download Animate Banner Control extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Herramienta para controlar los banners construidos con Adobe Animate
Extension Basic Information
Name | Animate Banner Control |
ID | opoepllejmfjjnjbdpjbpeheooehpmbh |
Official URL | https://chromewebstore.google.com/detail/animate-banner-control/opoepllejmfjjnjbdpjbpeheooehpmbh |
Description | Tool to control banners used by Adobe Animate, using Timeline. |
File Size | 240 KB |
Installation Count | 74 |
Current Version | 0.7.6 |
Last Updated | 2023-02-12 |
Publish Date | 2019-10-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Euro Rincon |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |