Animated Icons

Chrome extension animated icons example.

What is Animated Icons?

Animated Icons is a Chrome extension developed by Quintão, and its main feature is "Chrome extension animated icons example.".

Download Animated Icons Extension CRX File

Download Animated Icons extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Animated Icons Animated Icons
ID opohemjajipifffggpheepndmcmnddaf
Official URL https://chromewebstore.google.com/detail/animated-icons/opohemjajipifffggpheepndmcmnddaf
Description Chrome extension animated icons example.
File Size 20.8 KB
Installation Count 77
Current Version 0.1
Last Updated 2013-11-05
Publish Date 2013-11-04
Rating 4.00/5 Total 4 Ratings
Developer Quintão
Payment Type free
Extension Website http://quintao.info
Supported Languages 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"
        ]
    }
}