Emoji Finder
Easily find & copy any emoji(s) from your browser toolbar popup UI
Emoji Finderคืออะไร?
Emoji Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jorvi และคุณลักษณะหลักของมันคือ "Easily find & copy any emoji(s) from your browser toolbar popup UI"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Emoji Finder
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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" } } |