Emoticon Library
Library of emoticons
什么是Emoticon Library?
Emoticon Library是由blueteeth48开发的Chrome扩展程序,该扩展的主要功能是“Library of emoticons”。
扩展截图
下载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! 扩展基本信息
| 名称 | |
| 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"
}
} | |