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
官方網址 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"
    ]
}