Animate!
Animate the web!
Что такое Animate!?
Animate! - это расширение Chrome, разработанное Unknown, и его основная функция - "Animate the web!".
Снимки экрана расширения
Скачать файл CRX расширения Animate!
Скачайте файлы расширений Animate! в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 |
URL страницы помощи | 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" ] } |