Animated Icons
Chrome extension animated icons example.
Wat is Animated Icons?
Animated Icons is een Chrome-extensie ontwikkeld door Quintão, en de belangrijkste functie is "Chrome extension animated icons example.".
Download het CRX-bestand van de extensie Animated Icons
Download Animated Icons-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Animated Icons |
ID | opohemjajipifffggpheepndmcmnddaf |
Officiële URL | https://chromewebstore.google.com/detail/animated-icons/opohemjajipifffggpheepndmcmnddaf |
Beschrijving | Chrome extension animated icons example. |
Bestandsgrootte | 20.8 KB |
Aantal Installaties | 77 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2013-11-05 |
Publicatiedatum | 2013-11-04 |
Beoordeling | 4.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Quintão |
Betalingswijze | free |
Extensiewebsite | http://quintao.info |
Ondersteunde Talen | 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" ] } } |