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"
]
}
} | |