Emoji Finder
Easily find & copy any emoji(s) from your browser toolbar popup UI
什麼是Emoji Finder?
Emoji Finder是由Jorvi開發的Chrome擴展程式,該擴展的主要功能是“Easily find & copy any emoji(s) from your browser toolbar popup UI”。
擴展截圖
下載Emoji Finder擴展crx文件
下載Emoji Finder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Emoji Finder extension lets you find and copy desired emoji(s) from your browser's toolbar popup with just one click. Few features: 1. Over 1800 emojis to choose from. 2. Toolbar popup has a built-in finder to search and find the desired emojis. 3. Click on each emoji to see details and copy the icon to the clipboard. 4. No settings or options to adjust. Note 1: to copy each emoji icon, simply click on it. The emoji will be copied to the clipboard automatically. Note 2: depending on your browser's version and operating systems, some emoji icons may not render properly. To report bugs, please fill the bug report form on the addon's homepage (https://mybrowseraddon.com/easy-emoji.html).
擴展基本資訊
名稱 | Emoji Finder |
ID | iccnjfgjkdodnhojijhmneglildgljde |
官方網址 | https://chromewebstore.google.com/detail/emoji-finder/iccnjfgjkdodnhojijhmneglildgljde |
簡介 | Easily find & copy any emoji(s) from your browser toolbar popup UI |
檔案大小 | 59.99 KB |
安裝次數 | 370 |
目前版本 | 0.1.8 |
更新時間 | 2023-11-12 |
上架時間 | 2019-10-12 |
評分 | 3.25/5 共 4 次評分 |
開發者 | Jorvi |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://mybrowseraddon.com/easy-emoji.html |
說明頁面URL | https://mybrowseraddon.com/easy-emoji.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.8", "manifest_version": 3, "name": "Emoji Finder", "offline_enabled": true, "permissions": [ "storage" ], "homepage_url": "https:\/\/mybrowseraddon.com\/easy-emoji.html", "description": "Easily find & copy any emoji(s) from your browser toolbar popup UI", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Emoji Finder", "default_popup": "data\/interface\/index.html?popup", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |