CssAn Free
Visual Animations with CSS of any element at your web
O que é CssAn Free?
CssAn Free é uma extensão do Chrome desenvolvida por https://requiemsoft.com, e sua principal característica é "Visual Animations with CSS of any element at your web".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão CssAn Free
Baixe arquivos de extensão CssAn Free 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
CSS Animator Awesome animations, future of the web at your finger tips. Create your CSS animations in a visual and simple way in your own website, optimize productivity and work directly with the result.
Informações Básicas da Extensão
Nome | CssAn Free |
ID | pdmdohjkfkingpomebgidenecihonalp |
URL Oficial | https://chromewebstore.google.com/detail/cssan-free/pdmdohjkfkingpomebgidenecihonalp |
Descrição | Visual Animations with CSS of any element at your web |
Tamanho do Arquivo | 175 KB |
Contagem de Instalações | 56 |
Versão Atual | 0.4 |
Última Atualização | 2013-11-05 |
Data de Publicação | 2013-11-05 |
Desenvolvedor | https://requiemsoft.com |
Tipo de Pagamento | free |
Site da Extensão | http://www.requiemsoft.com/AnimWeb/index-eng.html |
URL da Página de Ajuda | http://www.requiemsoft.com/AnimWeb/index-eng.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CssAn Free", "description": "Visual Animations with CSS of any element at your web", "version": "0.4", "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "48": "icono48.png", "128": "icono128.png" }, "background": { "scripts": [ "jquery.min.js", "jquery-ui.js", "background.js", "animador.js" ], "persistent": false }, "browser_action": { "default_icon": "icono48.png", "default_title": "Animate a web" }, "manifest_version": 2 } |