EmojiMagic!

Replace text with emojis!

EmojiMagic!คืออะไร?

EmojiMagic! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yoonicode และคุณลักษณะหลักของมันคือ "Replace text with emojis!"

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EmojiMagic!

ดาวน์โหลดไฟล์ส่วนขยาย EmojiMagic! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        EmojiMagic! When you press the EmojiMagic button, the extension searches for keywords in your page. It then replaces those keywords with the corresponding emoji.

Have fun!

You can undo the EmojiMagic by simply reloading the page.

**************************************
*Versions and release notes: *
**************************************
  1.0.4;
     Removed the temporary fix that was added in the last version.
  1.0.3:
      Added more emoji+word combinations. Added whole section of "nature" and whole section of "people and faces". 
  1.0.2:
      Changed replacement code so now i doesn't put the whole page html in lowercase. This should fix many, if not all, of the bugs with this extension.
  1.0.1:
      Added more emoji-keyword combos. I am working on making this not break any pages.
   1.0:
      Added the extension! I will add more keywords/emojis later.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ EmojiMagic! EmojiMagic!
ID inlopoikkacnkhmgoheelehlhplknbpl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/emojimagic/inlopoikkacnkhmgoheelehlhplknbpl
คำอธิบาย Replace text with emojis!
ขนาดไฟล์ 6.26 MB
จำนวนการติดตั้ง 83
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2016-05-16
วันที่เผยแพร่ 2016-05-16
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Yoonicode
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EmojiMagic!",
    "description": "Replace text with emojis!",
    "version": "1.0.4",
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "background": {
        "scripts": [
            "script.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "EmojiMagic!",
        "default_icon": "img\/thumb.png"
    },
    "manifest_version": 2
}