Easy Emoji
Easy to find the emoji you want to copy just with a keyword.
什麼是Easy Emoji?
Easy Emoji是由tzengshinfu開發的Chrome擴展程式,該擴展的主要功能是“Easy to find the emoji you want to copy just with a keyword.”。
擴展截圖
下載Easy Emoji擴展crx文件
下載Easy Emoji擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Using emoji is more easily! [Easy Emoji] is able to help you to find emoji and copy it. v1.1.0 Release Notes: -Click emoji to copy it to clipboard. v1.2.0 Release Notes: -Add emoji window draggable function. -Add search text clear button. v1.3.0 Release Notes: -Update to Emoji v5.0. v1.3.1 Bug Fixes: -Fix the [create emojiTable error] bug.
擴展基本資訊
名稱 | Easy Emoji |
ID | olffnpidkbbgglajgmbjjllkbnmkehkc |
官方網址 | https://chromewebstore.google.com/detail/easy-emoji/olffnpidkbbgglajgmbjjllkbnmkehkc |
簡介 | Easy to find the emoji you want to copy just with a keyword. |
檔案大小 | 42.02 KB |
安裝次數 | 445 |
目前版本 | 1.3.1 |
更新時間 | 2017-04-12 |
上架時間 | 2017-04-12 |
評分 | 1.00/5 共 2 次評分 |
開發者 | tzengshinfu |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.3.1", "default_locale": "en", "minimum_chrome_version": "26", "manifest_version": 2, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "activeTab" ], "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content_scripts.js" ], "css": [ "mystyles.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ "close.png", "clear.png" ] } |