Animated Icons
Chrome extension animated icons example.
Animated Iconsとは何ですか?
Animated IconsはQuintãoによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension animated icons example.」です。
Animated Icons拡張機能のCRXファイルをダウンロード
Animated Icons拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Example of animation for chrome extensions icon.
For more details of how to use on you own extension visite my website.
http://quintao.info
It's very easy to use! 拡張機能の基本情報
| 名前 | |
| ID | opohemjajipifffggpheepndmcmnddaf |
| 公式URL | https://chromewebstore.google.com/detail/animated-icons/opohemjajipifffggpheepndmcmnddaf |
| 説明 | Chrome extension animated icons example. |
| ファイルサイズ | 20.8 KB |
| インストール数 | 77 |
| 現在のバージョン | 0.1 |
| 最終更新日 | 2013-11-05 |
| 公開日 | 2013-11-04 |
| 評価 | 4.00/5 合計 4 レビュー |
| 開発者 | Quintão |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://quintao.info |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Animated Icons",
"description": "Chrome extension animated icons example.",
"version": "0.1",
"icons": {
"16": "onemanarmy.png",
"48": "onemanarmy.png",
"128": "onemanarmy.png"
},
"permissions": [],
"browser_action": {
"default_popup": "popup.html"
},
"background": {
"scripts": [
"iconAnimator.js",
"background.js"
]
}
} | |