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!
擴展基本資訊
名稱 | Animated Icons |
ID | opohemjajipifffggpheepndmcmnddaf |
官方網址 | 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" ] } } |