CssAn Free
Visual Animations with CSS of any element at your web
什么是CssAn Free?
CssAn Free是由https://requiemsoft.com开发的Chrome扩展程序,该扩展的主要功能是“Visual Animations with CSS of any element at your web”。
扩展截图
下载CssAn Free扩展crx文件
下载CssAn Free扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | CssAn Free |
ID | pdmdohjkfkingpomebgidenecihonalp |
官方URL | https://chromewebstore.google.com/detail/cssan-free/pdmdohjkfkingpomebgidenecihonalp |
简介 | Visual Animations with CSS of any element at your web |
文件大小 | 175 KB |
安装次数 | 56 |
当前版本 | 0.4 |
更新时间 | 2013-11-05 |
上架时间 | 2013-11-05 |
开发者 | https://requiemsoft.com |
付费类型 | free |
扩展官网 | http://www.requiemsoft.com/AnimWeb/index-eng.html |
帮助页面URL | http://www.requiemsoft.com/AnimWeb/index-eng.html |
支持的语言 | 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 } |