CssAn Free
Visual Animations with CSS of any element at your web
Was ist CssAn Free?
CssAn Free ist eine Chrome-Erweiterung, die von https://requiemsoft.com entwickelt wurde, und ihr Hauptmerkmal ist "Visual Animations with CSS of any element at your web".
Erweiterungsscreenshots
CssAn Free-Erweiterungs-CRX-Datei herunterladen
Laden Sie CssAn Free-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pdmdohjkfkingpomebgidenecihonalp |
| Offizielle URL | https://chromewebstore.google.com/detail/cssan-free/pdmdohjkfkingpomebgidenecihonalp |
| Beschreibung | Visual Animations with CSS of any element at your web |
| Dateigröße | 175 KB |
| Installationsanzahl | 56 |
| Aktuelle Version | 0.4 |
| Letztes Update | 2013-11-05 |
| Veröffentlichungsdatum | 2013-11-05 |
| Entwickler | https://requiemsoft.com |
| Zahlungsart | free |
| Erweiterungswebsite | http://www.requiemsoft.com/AnimWeb/index-eng.html |
| Hilfeseite URL | http://www.requiemsoft.com/AnimWeb/index-eng.html |
| Unterstützte Sprachen | 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
} | |