Emoti

Emoti creates an easy-to-use dropdown menu for inserting emoticons.

什麼是Emoti?

Emoti是由Andrew Pitts開發的Chrome擴展程式,該擴展的主要功能是“Emoti creates an easy-to-use dropdown menu for inserting emoticons.”。

擴展截圖

screenshot

下載Emoti擴展crx文件

下載Emoti擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Emoti is a chrome extension that allows users to easily save custom emoticons and insert them into text box inputs, such as Facebook status updates or tweets.                    

擴展基本資訊

名稱 Emoti Emoti
ID jhendcajfhhpnombbfdanbdkhifbaeee
官方網址 https://chromewebstore.google.com/detail/emoti/jhendcajfhhpnombbfdanbdkhifbaeee
簡介 Emoti creates an easy-to-use dropdown menu for inserting emoticons.
檔案大小 25.31 KB
安裝次數 229
目前版本 1.0.6
更新時間 2017-06-17
上架時間 2017-06-17
評分 5.00/5 共 7 次評分
開發者 Andrew Pitts
電子郵箱 [email protected]
付費類型 free
擴展官網 http://apitts.com
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Emoti",
    "description": "Emoti creates an easy-to-use dropdown menu for inserting emoticons.",
    "version": "1.0.6",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_title": "Emoti"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "clipboardWrite",
        "clipboardRead"
    ]
}