Emoticon Library

Library of emoticons

Emoticon Libraryとは何ですか?

Emoticon Libraryはblueteeth48によって開発されたChromeの拡張機能で、その主な機能は「Library of emoticons」です。

拡張機能のスクリーンショット

screenshot

Emoticon Library拡張機能のCRXファイルをダウンロード

Emoticon Library拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Emoticon Library Emoticon Library
ID foocffalppmcnppncchakolkpdpopbad
公式URL https://chromewebstore.google.com/detail/emoticon-library/foocffalppmcnppncchakolkpdpopbad
説明 Library of emoticons
ファイルサイズ 286 KB
インストール数 132
現在のバージョン 0.1.3
最終更新日 2014-04-02
公開日 2014-04-02
評価 4.50/5 合計 4 レビュー
開発者 blueteeth48
支払い方法 free
対応言語 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"
    }
}