Emoticon Library

Library of emoticons

Emoticon Library là gì?

Emoticon Library là một tiện ích mở rộng Chrome được phát triển bởi blueteeth48, và tính năng chính của nó là "Library of emoticons".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

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

Tải xuống các tệp mở rộng Emoticon Library 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

                        Library of fun emoticons to use in emails, comments, posts and etc. 
Add and save your own emoticons for future usages as well!                    

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

Tên Emoticon Library Emoticon Library
ID foocffalppmcnppncchakolkpdpopbad
URL Chính Thức https://chromewebstore.google.com/detail/emoticon-library/foocffalppmcnppncchakolkpdpopbad
Mô tả Library of emoticons
Kích Thước Tệp 286 KB
Số Lần Cài Đặt 132
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2014-04-02
Ngày Phát Hành 2014-04-02
Đánh Giá 4.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển blueteeth48
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Emoticon Library",
    "short_name": "Emoticons",
    "description": "Library of emoticons",
    "version": "0.1.3",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon.png"
    }
}