Animate!
Animate the web!
Vad är Animate!?
Animate! är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Animate the web!".
Tilläggsskärmbilder
Ladda ner Animate!-förlängningens CRX-fil
Ladda ner Animate!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | Animate! |
ID | kkmbdnidlbkkhhdgchkagbdicfbfjahe |
Officiell webbadress | https://chromewebstore.google.com/detail/animate/kkmbdnidlbkkhhdgchkagbdicfbfjahe |
Beskrivning | Animate the web! |
Filstorlek | 29.71 KB |
Antal Installationer | 1,530 |
Aktuell Version | 0.2.0 |
Senast Uppdaterad | 2019-07-14 |
Publiceringsdatum | 2019-07-13 |
Betyg | 3.20/5 Totalt 5 Betyg |
Utvecklare | Unknown |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/jdclarke5/animate |
Hjälpsida URL | https://github.com/jdclarke5/animate/issues |
Stödda Språk | 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" ] } |