CssAn Free
Visual Animations with CSS of any element at your web
ما هو CssAn Free؟
CssAn Free هو إضافة Chrome تم تطويرها بواسطة https://requiemsoft.com، والميزة الرئيسية لها هي "Visual Animations with CSS of any element at your web".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CssAn Free
قم بتنزيل ملفات الامتداد CssAn Free بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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 } |