顏文字選擇器

方便的輸入顏文字:D

Cos'è 顏文字選擇器?

顏文字選擇器 è un'estensione di Chrome sviluppata da Tenyoku Lin, e la sua funzione principale è "方便的輸入顏文字:D".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 顏文字選擇器

Scarica i file di estensione 顏文字選擇器 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

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

Informazioni di Base sull'Estensione

Nome 顏文字選擇器 顏文字選擇器
ID odnpcjllncbidjhhebbhcbafkamplbpp
URL Ufficiale 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
Descrizione 方便的輸入顏文字:D
Dimensione del File 120 KB
Conteggio Installazioni 263
Versione Corrente 0.1.0
Ultimo Aggiornamento 2016-05-30
Data di Pubblicazione 2016-05-30
Valutazione 4.30/5 Totale 10 Valutazioni
Sviluppatore Tenyoku Lin
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}