Smiley Caret: Text to Emoji

Turns emoticons :) to emoji 🙂 and provides lookup directly in the input field you’re typing in.

Smiley Caret: Text to Emojiคืออะไร?

Smiley Caret: Text to Emoji เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hristiyan Dodov และคุณลักษณะหลักของมันคือ "Turns emoticons :) to emoji 🙂 and provides lookup directly in the input field you’re typing in."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smiley Caret: Text to Emoji

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

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

                        Smiley Caret allows you to write emoji as if you’re using Messenger or Skype. It can convert emoticons like those  :)  :D  8)  into their emoji counterparts 🙂 😀 😎

You can also search for emoji by typing a colon ‘:’ and the search query after, which will open a dropdown filled with emoji for you to choose.

Features:
- FREE
- NO ADS
- Over 2500 of the latest emoji
- 30 shortcodes for extra quick access
- Instant conversion in the very input you’re typing in
- Works on every website, including Twitter, Gmail and many more
- Emoji search while typing
- Fuzzy searching - misspelling a word while searching would still show what you’re looking for
- Automatically turned off for password and email fields
- Can be turned off temporarily very easy by just clicking the extension icon
- Excellent performance - doesn’t slow websites at all
- Will not alter the behavior of input fields in any way, preserving a good user experience

*****
Open the Smiley Caret options page by right clicking the extension icon to see all the available shortcodes as well as some tips about the extension!
*****                    

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

ชื่อ Smiley Caret: Text to Emoji Smiley Caret: Text to Emoji
ID imjnbnnkohgldfidmleckhadbnojnigc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/smiley-caret-text-to-emoj/imjnbnnkohgldfidmleckhadbnojnigc
คำอธิบาย Turns emoticons :) to emoji 🙂 and provides lookup directly in the input field you’re typing in.
ขนาดไฟล์ 321 KB
จำนวนการติดตั้ง 532
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2019-03-08
วันที่เผยแพร่ 2019-03-08
คะแนน 4.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Hristiyan Dodov
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smiley Caret: Text to Emoji",
    "version": "1.1.1",
    "author": "Hristiyan Dodov",
    "description": "Turns emoticons :) to emoji \ud83d\ude42 and provides lookup directly in the input field you\u2019re typing in.",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "browser_action": [],
    "permissions": [
        "storage",
        "https:\/\/twemoji.maxcdn.com\/"
    ],
    "background": {
        "scripts": [
            "main\/js\/event.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "css": [
                "main\/css\/style.css"
            ],
            "js": [
                "main\/js\/content.js"
            ],
            "matches": [
                "file:\/\/\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "options_page": "options\/index.html"
}