Emoticon Library

Library of emoticons

Wat is Emoticon Library?

Emoticon Library is een Chrome-extensie ontwikkeld door blueteeth48, en de belangrijkste functie is "Library of emoticons".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Emoticon Library

Download Emoticon Library-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Emoticon Library Emoticon Library
ID foocffalppmcnppncchakolkpdpopbad
Officiële URL https://chromewebstore.google.com/detail/emoticon-library/foocffalppmcnppncchakolkpdpopbad
Beschrijving Library of emoticons
Bestandsgrootte 286 KB
Aantal Installaties 132
Huidige Versie 0.1.3
Laatst Bijgewerkt 2014-04-02
Publicatiedatum 2014-04-02
Beoordeling 4.50/5 Totaal 4 Beoordelingen
Ontwikkelaar blueteeth48
Betalingswijze free
Ondersteunde Talen 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"
    }
}