Emoticon Library

Library of emoticons

Was ist Emoticon Library?

Emoticon Library ist eine Chrome-Erweiterung, die von blueteeth48 entwickelt wurde, und ihr Hauptmerkmal ist "Library of emoticons".

Erweiterungsscreenshots

screenshot

Emoticon Library-Erweiterungs-CRX-Datei herunterladen

Laden Sie Emoticon Library-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Emoticon Library Emoticon Library
ID foocffalppmcnppncchakolkpdpopbad
Offizielle URL https://chromewebstore.google.com/detail/emoticon-library/foocffalppmcnppncchakolkpdpopbad
Beschreibung Library of emoticons
Dateigröße 286 KB
Installationsanzahl 132
Aktuelle Version 0.1.3
Letztes Update 2014-04-02
Veröffentlichungsdatum 2014-04-02
Bewertung 4.50/5 Insgesamt 4 Bewertungen
Entwickler blueteeth48
Zahlungsart free
Unterstützte Sprachen 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"
    }
}