Animated Icons
Chrome extension animated icons example.
Qu'est-ce que Animated Icons ?
Animated Icons est une extension Chrome développée par Quintão, et sa fonction principale est "Chrome extension animated icons example.".
Télécharger le fichier CRX de l'extension Animated Icons
Téléchargez les fichiers d'extension Animated Icons au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Animated Icons |
ID | opohemjajipifffggpheepndmcmnddaf |
URL Officiel | https://chromewebstore.google.com/detail/animated-icons/opohemjajipifffggpheepndmcmnddaf |
Description | Chrome extension animated icons example. |
Taille du Fichier | 20.8 KB |
Nombre d'Installations | 77 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2013-11-05 |
Date de Publication | 2013-11-04 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | Quintão |
Type de Paiement | free |
Site Web de l'Extension | http://quintao.info |
Langues Prises en Charge | 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" ] } } |