Animate!
Animate the web!
Was ist Animate!?
Animate! ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Animate the web!".
Erweiterungsscreenshots
Animate!-Erweiterungs-CRX-Datei herunterladen
Laden Sie Animate!-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
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!
Grundlegende Informationen zur Erweiterung
Name | Animate! |
ID | kkmbdnidlbkkhhdgchkagbdicfbfjahe |
Offizielle URL | https://chromewebstore.google.com/detail/animate/kkmbdnidlbkkhhdgchkagbdicfbfjahe |
Beschreibung | Animate the web! |
Dateigröße | 29.71 KB |
Installationsanzahl | 1,530 |
Aktuelle Version | 0.2.0 |
Letztes Update | 2019-07-14 |
Veröffentlichungsdatum | 2019-07-13 |
Bewertung | 3.20/5 Insgesamt 5 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/jdclarke5/animate |
Hilfeseite URL | https://github.com/jdclarke5/animate/issues |
Unterstützte Sprachen | 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" ] } |