Animate!
Animate the web!
Cos'è Animate!?
Animate! è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Animate the web!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Animate!
Scarica i file di estensione Animate! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Animate! |
ID | kkmbdnidlbkkhhdgchkagbdicfbfjahe |
URL Ufficiale | https://chromewebstore.google.com/detail/animate/kkmbdnidlbkkhhdgchkagbdicfbfjahe |
Descrizione | Animate the web! |
Dimensione del File | 29.71 KB |
Conteggio Installazioni | 1,530 |
Versione Corrente | 0.2.0 |
Ultimo Aggiornamento | 2019-07-14 |
Data di Pubblicazione | 2019-07-13 |
Valutazione | 3.20/5 Totale 5 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/jdclarke5/animate |
URL della Pagina di Aiuto | https://github.com/jdclarke5/animate/issues |
Lingue Supportate | 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" ] } |