Animate!
Animate the web!
ما هو Animate!؟
Animate! هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Animate the web!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Animate!
قم بتنزيل ملفات الامتداد Animate! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Animate the web! Because it's a bit of fun. Choose your selector/animation/options and click Animate! Select specific elements using the mouse, or use CSS selectors. Apply predefined animations or construct your own using CSS properties. Choose animation options such as duration, timing, and direction. You can add multiple animations, undo, and reset. You can use it just for fun, or as a tool for web development. Or both!
معلومات أساسية عن التمديد
الاسم | Animate! |
ID | kkmbdnidlbkkhhdgchkagbdicfbfjahe |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/animate/kkmbdnidlbkkhhdgchkagbdicfbfjahe |
الوصف | Animate the web! |
حجم الملف | 29.71 KB |
عدد التثبيتات | 1,530 |
النسخة الحالية | 0.2.0 |
آخر تحديث | 2019-07-14 |
تاريخ النشر | 2019-07-13 |
تقييم | 3.20/5 مجموع تقييمات 5 |
المطور | Unknown |
نوع الدفع | free |
موقع الإضافة | https://github.com/jdclarke5/animate |
عنوان صفحة المساعدة | https://github.com/jdclarke5/animate/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Animate!", "short_name": "Animate!", "version": "0.2.0", "description": "Animate the web!", "author": "Jackson Clarke", "homepage_url": "https:\/\/github.com\/jdclarke5\/animate", "icons": { "16": "icons\/animate-16.png", "32": "icons\/animate-32.png", "48": "icons\/animate-48.png", "64": "icons\/animate-64.png", "96": "icons\/animate-96.png", "128": "icons\/animate-128.png" }, "permissions": [ "activeTab" ], "browser_action": { "default_title": "Animate!" }, "background": { "scripts": [ "browser-polyfill.min.js", "background.js" ] }, "web_accessible_resources": [ "content_scripts\/sidebar.html" ] } |