Emoticon Library

Library of emoticons

Cos'è Emoticon Library?

Emoticon Library è un'estensione di Chrome sviluppata da blueteeth48, e la sua funzione principale è "Library of emoticons".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Emoticon Library

Scarica i file di estensione Emoticon Library in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Emoticon Library Emoticon Library
ID foocffalppmcnppncchakolkpdpopbad
URL Ufficiale https://chromewebstore.google.com/detail/emoticon-library/foocffalppmcnppncchakolkpdpopbad
Descrizione Library of emoticons
Dimensione del File 286 KB
Conteggio Installazioni 132
Versione Corrente 0.1.3
Ultimo Aggiornamento 2014-04-02
Data di Pubblicazione 2014-04-02
Valutazione 4.50/5 Totale 4 Valutazioni
Sviluppatore blueteeth48
Tipo di Pagamento free
Lingue Supportate 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"
    }
}