Animate!
Animate the web!
Qu'est-ce que Animate! ?
Animate! est une extension Chrome développée par Unknown, et sa fonction principale est "Animate the web!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Animate!
Téléchargez les fichiers d'extension Animate! 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
Animate the web! Because it's a bit of fun. Choose your selector/animation/options and click Animate! Select specific elements using the mouse, or use CSS selectors. Apply predefined animations or construct your own using CSS properties. Choose animation options such as duration, timing, and direction. You can add multiple animations, undo, and reset. You can use it just for fun, or as a tool for web development. Or both!
Informations de Base sur l'Extension
Nom | Animate! |
ID | kkmbdnidlbkkhhdgchkagbdicfbfjahe |
URL Officiel | https://chromewebstore.google.com/detail/animate/kkmbdnidlbkkhhdgchkagbdicfbfjahe |
Description | Animate the web! |
Taille du Fichier | 29.71 KB |
Nombre d'Installations | 1,530 |
Version Actuelle | 0.2.0 |
Dernière Mise à Jour | 2019-07-14 |
Date de Publication | 2019-07-13 |
Évaluation | 3.20/5 Total 5 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/jdclarke5/animate |
URL de la Page d'Aide | https://github.com/jdclarke5/animate/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Animate!", "short_name": "Animate!", "version": "0.2.0", "description": "Animate the web!", "author": "Jackson Clarke", "homepage_url": "https:\/\/github.com\/jdclarke5\/animate", "icons": { "16": "icons\/animate-16.png", "32": "icons\/animate-32.png", "48": "icons\/animate-48.png", "64": "icons\/animate-64.png", "96": "icons\/animate-96.png", "128": "icons\/animate-128.png" }, "permissions": [ "activeTab" ], "browser_action": { "default_title": "Animate!" }, "background": { "scripts": [ "browser-polyfill.min.js", "background.js" ] }, "web_accessible_resources": [ "content_scripts\/sidebar.html" ] } |