CssAn Free
Visual Animations with CSS of any element at your web
Apa itu CssAn Free?
CssAn Free adalah ekstensi Chrome yang dikembangkan oleh https://requiemsoft.com, dan fitur utamanya adalah "Visual Animations with CSS of any element at your web".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CssAn Free
Unduh file ekstensi CssAn Free dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | CssAn Free |
ID | pdmdohjkfkingpomebgidenecihonalp |
URL Resmi | https://chromewebstore.google.com/detail/cssan-free/pdmdohjkfkingpomebgidenecihonalp |
Deskripsi | Visual Animations with CSS of any element at your web |
Ukuran File | 175 KB |
Jumlah Instalasi | 56 |
Versi Saat Ini | 0.4 |
Terakhir Diperbarui | 2013-11-05 |
Tanggal Publikasi | 2013-11-05 |
Pengembang | https://requiemsoft.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.requiemsoft.com/AnimWeb/index-eng.html |
URL Halaman Bantuan | http://www.requiemsoft.com/AnimWeb/index-eng.html |
Bahasa yang Didukung | 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 } |