Animate Banner Control
Tool to control banners used by Adobe Animate, using Timeline.
Was ist Animate Banner Control?
Animate Banner Control ist eine Chrome-Erweiterung, die von Euro Rincon entwickelt wurde, und ihr Hauptmerkmal ist "Tool to control banners used by Adobe Animate, using Timeline.".
Erweiterungsscreenshots
Animate Banner Control-Erweiterungs-CRX-Datei herunterladen
Laden Sie Animate Banner Control-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Herramienta para controlar los banners construidos con Adobe Animate Grundlegende Informationen zur Erweiterung
| Name | |
| ID | opoepllejmfjjnjbdpjbpeheooehpmbh |
| Offizielle URL | https://chromewebstore.google.com/detail/animate-banner-control/opoepllejmfjjnjbdpjbpeheooehpmbh |
| Beschreibung | Tool to control banners used by Adobe Animate, using Timeline. |
| Dateigröße | 240 KB |
| Installationsanzahl | 74 |
| Aktuelle Version | 0.7.6 |
| Letztes Update | 2023-02-12 |
| Veröffentlichungsdatum | 2019-10-08 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | Euro Rincon |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |