Easy Emoji
Easy to find the emoji you want to copy just with a keyword.
Easy Emojiคืออะไร?
Easy Emoji เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tzengshinfu และคุณลักษณะหลักของมันคือ "Easy to find the emoji you want to copy just with a keyword."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy Emoji
ดาวน์โหลดไฟล์ส่วนขยาย 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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | olffnpidkbbgglajgmbjjllkbnmkehkc |
| URL อย่างเป็นทางการ | 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"
]
} | |