Emoticon Library

Library of emoticons

What is Emoticon Library?

Emoticon Library is a Chrome extension developed by blueteeth48, and its main feature is "Library of emoticons".

Extension Screenshots

screenshot

Download Emoticon Library Extension CRX File

Download Emoticon Library extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Emoticon Library Emoticon Library
ID foocffalppmcnppncchakolkpdpopbad
Official URL https://chromewebstore.google.com/detail/emoticon-library/foocffalppmcnppncchakolkpdpopbad
Description Library of emoticons
File Size 286 KB
Installation Count 132
Current Version 0.1.3
Last Updated 2014-04-02
Publish Date 2014-04-02
Rating 4.50/5 Total 4 Ratings
Developer blueteeth48
Payment Type free
Supported Languages 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"
    }
}