Emojify Everything
There aren't enough emojis in your websites. This extension fixes that.
Emojify Everythingคืออะไร?
Emojify Everything เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jasonetco และคุณลักษณะหลักของมันคือ "There aren't enough emojis in your websites. This extension fixes that."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Emojify Everything
ดาวน์โหลดไฟล์ส่วนขยาย Emojify Everything ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Replaces words in the webpages you visit with the corresponding emoji. You will either absolutely love or absolutely hate this.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Emojify Everything |
ID | hkahpmfkdfeceiiklfbkalcpbceccjco |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/emojify-everything/hkahpmfkdfeceiiklfbkalcpbceccjco |
คำอธิบาย | There aren't enough emojis in your websites. This extension fixes that. |
ขนาดไฟล์ | 36.48 KB |
จำนวนการติดตั้ง | 39 |
เวอร์ชันปัจจุบัน | 1.1.5 |
อัปเดตครั้งล่าสุด | 2017-03-19 |
วันที่เผยแพร่ | 2017-03-18 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | jasonetco |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/JasonEtco/emojify-everything |
URL หน้าช่วยเหลือ | https://github.com/JasonEtco/emojify-everything/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.1.5", "minimum_chrome_version": "49", "name": "Emojify Everything", "short_name": "Emojification", "description": "There aren't enough emojis in your websites. This extension fixes that.", "author": "Jason Etcovitch", "homepage_url": "https:\/\/github.com\/JasonEtco\/emojify-everything", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon128.png", "default_title": "Emojify Everything", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs" ], "content_scripts": [ { "js": [ "js\/simpleEmojis.js", "js\/emojis.js", "main.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "options_ui": { "page": "options.html", "chrome_style": true } } |