Animated Icons

Chrome extension animated icons example.

Co to jest Animated Icons?

Animated Icons to rozszerzenie Chrome opracowane przez Quintão, a jego główną funkcją jest „Chrome extension animated icons example.”.

Pobierz plik CRX rozszerzenia Animated Icons

Pobierz pliki rozszerzeń Animated Icons w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Animated Icons Animated Icons
ID opohemjajipifffggpheepndmcmnddaf
Oficjalny URL https://chromewebstore.google.com/detail/animated-icons/opohemjajipifffggpheepndmcmnddaf
Opis Chrome extension animated icons example.
Rozmiar pliku 20.8 KB
Liczba instalacji 77
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2013-11-05
Data Publikacji 2013-11-04
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper Quintão
Typ Płatności free
Strona Rozszerzenia http://quintao.info
Obsługiwane Języki 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"
        ]
    }
}