Animate!
Animate the web!
Animate!とは何ですか?
Animate!はUnknownによって開発されたChromeの拡張機能で、その主な機能は「Animate the web!」です。
拡張機能のスクリーンショット
Animate!拡張機能のCRXファイルをダウンロード
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" ] } |