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 |
官方網址 | 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 } |