CssAn Free
Visual Animations with CSS of any element at your web
Wat is CssAn Free?
CssAn Free is een Chrome-extensie ontwikkeld door https://requiemsoft.com, en de belangrijkste functie is "Visual Animations with CSS of any element at your web".
Extensie Screenshots
Download het CRX-bestand van de extensie CssAn Free
Download CssAn Free-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | CssAn Free |
ID | pdmdohjkfkingpomebgidenecihonalp |
Officiële URL | https://chromewebstore.google.com/detail/cssan-free/pdmdohjkfkingpomebgidenecihonalp |
Beschrijving | Visual Animations with CSS of any element at your web |
Bestandsgrootte | 175 KB |
Aantal Installaties | 56 |
Huidige Versie | 0.4 |
Laatst Bijgewerkt | 2013-11-05 |
Publicatiedatum | 2013-11-05 |
Ontwikkelaar | https://requiemsoft.com |
Betalingswijze | free |
Extensiewebsite | http://www.requiemsoft.com/AnimWeb/index-eng.html |
Help Pagina-URL | http://www.requiemsoft.com/AnimWeb/index-eng.html |
Ondersteunde Talen | 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 } |