Animate!
Animate the web!
¿Qué es Animate!?
Animate! es una extensión de Chrome desarrollada por Unknown, y su función principal es "Animate the web!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Animate!
Descarga archivos de extensión Animate! en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | Animate! |
ID | kkmbdnidlbkkhhdgchkagbdicfbfjahe |
URL Oficial | https://chromewebstore.google.com/detail/animate/kkmbdnidlbkkhhdgchkagbdicfbfjahe |
Descripción | Animate the web! |
Tamaño del Archivo | 29.71 KB |
Cantidad de Instalaciones | 1,530 |
Versión Actual | 0.2.0 |
Última Actualización | 2019-07-14 |
Fecha de Publicación | 2019-07-13 |
Calificación | 3.20/5 Total de 5 Calificaciones |
Desarrollador | Unknown |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/jdclarke5/animate |
URL de la Página de Ayuda | https://github.com/jdclarke5/animate/issues |
Idiomas Soportados | 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" ] } |