Animate Banner Control
Tool to control banners used by Adobe Animate, using Timeline.
Wat is Animate Banner Control?
Animate Banner Control is een Chrome-extensie ontwikkeld door Euro Rincon, en de belangrijkste functie is "Tool to control banners used by Adobe Animate, using Timeline.".
Extensie Screenshots
Download het CRX-bestand van de extensie Animate Banner Control
Download Animate Banner Control-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        Herramienta para controlar los banners construidos con Adobe Animate                     Basisinformatie over de Extensie
| Naam |   |  
| ID | opoepllejmfjjnjbdpjbpeheooehpmbh | 
| Officiële URL | https://chromewebstore.google.com/detail/animate-banner-control/opoepllejmfjjnjbdpjbpeheooehpmbh | 
| Beschrijving | Tool to control banners used by Adobe Animate, using Timeline. | 
| Bestandsgrootte | 240 KB | 
| Aantal Installaties | 74 | 
| Huidige Versie | 0.7.6 | 
| Laatst Bijgewerkt | 2023-02-12 | 
| Publicatiedatum | 2019-10-08 | 
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen | 
| Ontwikkelaar | Euro Rincon | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
    }
}  |  |