CssAn Free
Visual Animations with CSS of any element at your web
Hvad er CssAn Free?
CssAn Free er en Chrome-udvidelse udviklet af https://requiemsoft.com, og dens hovedfunktion er "Visual Animations with CSS of any element at your web".
Udvidelsesskærmbilleder
Download CssAn Free-udvidelses-CRX-fil
Download CssAn Free-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | CssAn Free |
ID | pdmdohjkfkingpomebgidenecihonalp |
Officiel URL | https://chromewebstore.google.com/detail/cssan-free/pdmdohjkfkingpomebgidenecihonalp |
Beskrivelse | Visual Animations with CSS of any element at your web |
Filstørrelse | 175 KB |
Antal Installationer | 56 |
Nuværende Version | 0.4 |
Senest Opdateret | 2013-11-05 |
Udgivelsesdato | 2013-11-05 |
Udvikler | https://requiemsoft.com |
Betalingsmetode | free |
Udvidelseswebsted | http://www.requiemsoft.com/AnimWeb/index-eng.html |
Hjælpeside-URL | http://www.requiemsoft.com/AnimWeb/index-eng.html |
Understøttede Sprog | 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 } |