Animate Banner Control

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

Qu'est-ce que Animate Banner Control ?

Animate Banner Control est une extension Chrome développée par Euro Rincon, et sa fonction principale est "Tool to control banners used by Adobe Animate, using Timeline.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Animate Banner Control

Téléchargez les fichiers d'extension Animate Banner Control au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Herramienta para controlar los banners construidos con Adobe Animate                    

Informations de Base sur l'Extension

Nom Animate Banner Control Animate Banner Control
ID opoepllejmfjjnjbdpjbpeheooehpmbh
URL Officiel https://chromewebstore.google.com/detail/animate-banner-control/opoepllejmfjjnjbdpjbpeheooehpmbh
Description Tool to control banners used by Adobe Animate, using Timeline.
Taille du Fichier 240 KB
Nombre d'Installations 74
Version Actuelle 0.7.6
Dernière Mise à Jour 2023-02-12
Date de Publication 2019-10-08
Évaluation 5.00/5 Total 1 Évaluations
Développeur Euro Rincon
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}