Emoji Finder

Emoji Finder helps you to generate and copy emojis to any web-page like FaceBook, Twitter, Gmail

Emoji Finderคืออะไร?

Emoji Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย InBasic และคุณลักษณะหลักของมันคือ "Emoji Finder helps you to generate and copy emojis to any web-page like FaceBook, Twitter, Gmail"

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

screenshot

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

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

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

                        Emoji Finder adds a toolbar panel to your Chrome browser to find all the supported Emojis in the easy way. You can either use the search-box or use pre-defined categories to find Emojis.

Emojis are being pasted in an editor field that allows you to insert text too. You can them copy the entire content to your OS clipboard.

For more info please visit:
http://add0n.com/emoji-finder.html                    

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

ชื่อ Emoji Finder Emoji Finder
ID mlgeehafnfbhbofgdijakhhifcgbbmgd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/emoji-finder/mlgeehafnfbhbofgdijakhhifcgbbmgd
คำอธิบาย Emoji Finder helps you to generate and copy emojis to any web-page like FaceBook, Twitter, Gmail
ขนาดไฟล์ 226 KB
จำนวนการติดตั้ง 716
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2017-01-18
วันที่เผยแพร่ 2017-01-18
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา InBasic
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://add0n.com/emoji-finder.html
URL หน้าช่วยเหลือ http://add0n.com/emoji-finder.html
URL หน้านโยบายความเป็นส่วนตัว https://add0n.com/policies/inb.cor.txt
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Emoji Finder",
    "version": "0.1.0",
    "description": "Emoji Finder helps you to generate and copy emojis to any web-page like FaceBook, Twitter, Gmail",
    "permissions": [
        "storage",
        "clipboardWrite"
    ],
    "browser_action": {
        "default_popup": "Default.html"
    },
    "icons": {
        "16": "Content\/Images\/16.png",
        "24": "Content\/Images\/24.png",
        "32": "Content\/Images\/32.png",
        "64": "Content\/Images\/64.png",
        "128": "Content\/Images\/128.png"
    },
    "manifest_version": 2,
    "options_ui": {
        "page": "Options.html"
    },
    "background": {
        "scripts": [
            "Script\/Background.js"
        ]
    },
    "homepage_url": "http:\/\/add0n.com\/emoji-finder.html"
}