CssAn Free
Visual Animations with CSS of any element at your web
Vad är CssAn Free?
CssAn Free är en Chrome-tillägg utvecklad av https://requiemsoft.com, och dess huvudfunktion är "Visual Animations with CSS of any element at your web".
Tilläggsskärmbilder
Ladda ner CssAn Free-förlängningens CRX-fil
Ladda ner CssAn Free-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | pdmdohjkfkingpomebgidenecihonalp |
| Officiell webbadress | https://chromewebstore.google.com/detail/cssan-free/pdmdohjkfkingpomebgidenecihonalp |
| Beskrivning | Visual Animations with CSS of any element at your web |
| Filstorlek | 175 KB |
| Antal Installationer | 56 |
| Aktuell Version | 0.4 |
| Senast Uppdaterad | 2013-11-05 |
| Publiceringsdatum | 2013-11-05 |
| Utvecklare | https://requiemsoft.com |
| Betalningssätt | free |
| Tilläggswebbplats | http://www.requiemsoft.com/AnimWeb/index-eng.html |
| Hjälpsida URL | http://www.requiemsoft.com/AnimWeb/index-eng.html |
| Stödda Språk | 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
} | |