CssAn Free
Visual Animations with CSS of any element at your web
What is CssAn Free?
CssAn Free is a Chrome extension developed by https://requiemsoft.com, and its main feature is "Visual Animations with CSS of any element at your web".
Extension Screenshots
Download CssAn Free Extension CRX File
Download CssAn Free extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | CssAn Free |
ID | pdmdohjkfkingpomebgidenecihonalp |
Official URL | https://chromewebstore.google.com/detail/cssan-free/pdmdohjkfkingpomebgidenecihonalp |
Description | Visual Animations with CSS of any element at your web |
File Size | 175 KB |
Installation Count | 56 |
Current Version | 0.4 |
Last Updated | 2013-11-05 |
Publish Date | 2013-11-05 |
Developer | https://requiemsoft.com |
Payment Type | free |
Extension Website | http://www.requiemsoft.com/AnimWeb/index-eng.html |
Help Page URL | http://www.requiemsoft.com/AnimWeb/index-eng.html |
Supported Languages | 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 } |