Emoticon Selector

Copy & paste faces.

什么是Emoticon Selector?

Emoticon Selector是由japacible开发的Chrome扩展程序,该扩展的主要功能是“Copy & paste faces.”。

扩展截图

screenshot

下载Emoticon Selector扩展crx文件

下载Emoticon Selector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Emoticon Selector makes it easy to find and copy emoticons.

---
Extension Icon made by Freepik[1] from Flaticon[2] is licensed under CC BY 3.0[3].

[1] http://www.freepik.com
[2] http://www.flaticon.com/
[3] http://creativecommons.org/licenses/by/3.0/                    

扩展基本信息

名称 Emoticon Selector Emoticon Selector
ID jekhokceghfgglclkjmohaikpgkbdbhj
官方URL https://chromewebstore.google.com/detail/emoticon-selector/jekhokceghfgglclkjmohaikpgkbdbhj
简介 Copy & paste faces.
文件大小 10.8 KB
安装次数 207
当前版本 1.3
更新时间 2015-12-30
上架时间 2015-12-30
评分 5.00/5 共12次评分
开发者 japacible
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Emoticon Selector",
    "version": "1.3",
    "description": "Copy & paste faces.",
    "icons": {
        "16": "icon16.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "picker.html",
        "default_title": "Emoticon Selector"
    },
    "author": "Jennifer Apacible",
    "permissions": [
        "clipboardWrite"
    ]
}