Animate!
Animate the web!
O que é Animate!?
Animate! é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Animate the web!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Animate!
Baixe arquivos de extensão Animate! no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | Animate! |
ID | kkmbdnidlbkkhhdgchkagbdicfbfjahe |
URL Oficial | https://chromewebstore.google.com/detail/animate/kkmbdnidlbkkhhdgchkagbdicfbfjahe |
Descrição | Animate the web! |
Tamanho do Arquivo | 29.71 KB |
Contagem de Instalações | 1,530 |
Versão Atual | 0.2.0 |
Última Atualização | 2019-07-14 |
Data de Publicação | 2019-07-13 |
Classificação | 3.20/5 Total de 5 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/jdclarke5/animate |
URL da Página de Ajuda | https://github.com/jdclarke5/animate/issues |
Idiomas Suportados | 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" ] } |