Old Gmail Emoji
A collection of the old-style gmail emojis for easy copy-pasteing.
Old Gmail Emojiคืออะไร?
Old Gmail Emoji เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nagy Viktor และคุณลักษณะหลักของมันคือ "A collection of the old-style gmail emojis for easy copy-pasteing."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Old Gmail Emoji
ดาวน์โหลดไฟล์ส่วนขยาย Old Gmail Emoji ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension returns you the old-style gmail emoji. A new icon will appear in your browser location bar. When clicked, this icons shows you the list of emojis known previously in gmail. Clicking any of the icons, copies it to your clipboard, from where you can easily paste it into new emails.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Old Gmail Emoji |
ID | bpfgocdamegnchkjefgknhjflempicie |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/old-gmail-emoji/bpfgocdamegnchkjefgknhjflempicie |
คำอธิบาย | A collection of the old-style gmail emojis for easy copy-pasteing. |
ขนาดไฟล์ | 35.25 KB |
จำนวนการติดตั้ง | 1,345 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2015-12-25 |
วันที่เผยแพร่ | 2015-12-25 |
คะแนน | 4.73/5 รวมทั้งหมด 22 คะแนน |
ผู้พัฒนา | Nagy Viktor |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/nagyv/gmail-emoji |
URL หน้าช่วยเหลือ | https://github.com/nagyv/gmail-emoji |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Old Gmail Emoji", "description": "A collection of the old-style gmail emojis for easy copy-pasteing.", "manifest_version": 2, "version": "1.2", "icons": { "16": "emoji16.png", "48": "emoji48.png", "128": "emoji128.png" }, "author": "Viktor Nagy", "homepage_url": "http:\/\/github.com\/nagyv\/gmail-emoji", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "emoji16.png" }, "default_title": "Old Gmail emojis" }, "permissions": [ "declarativeContent", "clipboardWrite", "https:\/\/mail.google.com\/" ] } |