Animated Icons

Chrome extension animated icons example.

Animated Icons là gì?

Animated Icons là một tiện ích mở rộng Chrome được phát triển bởi Quintão, và tính năng chính của nó là "Chrome extension animated icons example.".

Tải xuống tệp CRX của tiện ích mở rộng Animated Icons

Tải xuống các tệp mở rộng Animated Icons dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Animated Icons Animated Icons
ID opohemjajipifffggpheepndmcmnddaf
URL Chính Thức https://chromewebstore.google.com/detail/animated-icons/opohemjajipifffggpheepndmcmnddaf
Mô tả Chrome extension animated icons example.
Kích Thước Tệp 20.8 KB
Số Lần Cài Đặt 77
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2013-11-05
Ngày Phát Hành 2013-11-04
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Quintão
Loại Thanh Toán free
Trang Web Mở Rộng http://quintao.info
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}