顏文字選擇器

方便的輸入顏文字:D

What is 顏文字選擇器?

顏文字選擇器 is a Chrome extension developed by Tenyoku Lin, and its main feature is "方便的輸入顏文字:D".

Extension Screenshots

screenshot

Download 顏文字選擇器 Extension CRX File

Download 顏文字選擇器 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        v0.1.0 使用剪貼簿實作輸入功能,現在在 facebook 上也可使用
v0.0.1 初次發布

功能:
點選即可輸入顏文字
支援新增及刪除顏文字功能

Github:
https://github.com/Tenyoku8478/kaomoji-selector                    

Extension Basic Information

Name 顏文字選擇器 顏文字選擇器
ID odnpcjllncbidjhhebbhcbafkamplbpp
Official URL https://chrome.google.com/webstore/detail/%E9%A1%8F%E6%96%87%E5%AD%97%E9%81%B8%E6%93%87%E5%99%A8/odnpcjllncbidjhhebbhcbafkamplbpp
Description 方便的輸入顏文字:D
File Size 120 KB
Installation Count 263
Current Version 0.1.0
Last Updated 2016-05-30
Publish Date 2016-05-30
Rating 4.30/5 Total 10 Ratings
Developer Tenyoku Lin
Payment Type free
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u984f\u6587\u5b57\u9078\u64c7\u5668",
    "description": "\u65b9\u4fbf\u7684\u8f38\u5165\u984f\u6587\u5b57:D",
    "version": "0.1.0",
    "icons": {
        "64": "icon.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "",
        "clipboardRead",
        "clipboardWrite"
    ],
    "background": {
        "scripts": [
            "js\/jquery-1.11.1.min.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-1.11.1.min.js",
                "js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "json\/default_kaomojies.json"
    ]
}