Emoticon Library
Library of emoticons
Qu'est-ce que Emoticon Library ?
Emoticon Library est une extension Chrome développée par blueteeth48, et sa fonction principale est "Library of emoticons".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Emoticon Library
Téléchargez les fichiers d'extension Emoticon Library au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Library of fun emoticons to use in emails, comments, posts and etc. Add and save your own emoticons for future usages as well!
Informations de Base sur l'Extension
Nom | Emoticon Library |
ID | foocffalppmcnppncchakolkpdpopbad |
URL Officiel | https://chromewebstore.google.com/detail/emoticon-library/foocffalppmcnppncchakolkpdpopbad |
Description | Library of emoticons |
Taille du Fichier | 286 KB |
Nombre d'Installations | 132 |
Version Actuelle | 0.1.3 |
Dernière Mise à Jour | 2014-04-02 |
Date de Publication | 2014-04-02 |
Évaluation | 4.50/5 Total 4 Évaluations |
Développeur | blueteeth48 |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |