emoji Remote URL
url is more than words, get the remote URL of emoji.
emoji Remote URLคืออะไร?
emoji Remote URL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hustcc และคุณลักษณะหลักของมันคือ "url is more than words, get the remote URL of emoji."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย emoji Remote URL
ดาวน์โหลดไฟล์ส่วนขยาย emoji Remote URL ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
emoji表情的URL地址。 对于一些网站可能并不支持emoji格式,所以直接使用远程的表情图标。适用于任何场合。
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | eonokmediijlcicdmpdcnofgeehjjleg |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/eonokmediijlcicdmpdcnofgeehjjleg |
คำอธิบาย | url is more than words, get the remote URL of emoji. |
ขนาดไฟล์ | 822 KB |
จำนวนการติดตั้ง | 20 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2016-05-17 |
วันที่เผยแพร่ | 2016-05-17 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | hustcc |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://atool.vip |
ภาษาที่รองรับ | en-US,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "default_locale": "zh_CN", "description": "__MSG_extDesp__", "version": "1.0.1", "icons": { "256": "res\/icon_256.png", "128": "res\/icon_128.png", "64": "res\/icon_64.png", "32": "res\/icon_64.png", "16": "res\/icon_64.png" }, "browser_action": { "default_icon": "res\/icon_256.png", "default_popup": "res\/popup.html" }, "permissions": [ "clipboardWrite" ] } |