Text emoticons

Set of text emoticons for important negotiations.

Text emoticonsคืออะไร?

Text emoticons เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://oleg.ninja และคุณลักษณะหลักของมันคือ "Set of text emoticons for important negotiations."

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

screenshot
screenshot

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

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

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

                        There are two ways to use it:

* Click on extension's icon. In this case, the selected emoticon is copied into the buffer immediately.

* Press Alt+Shift+O in the input area. Selected smile will immediately appear in the area after the entered text.                    

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

ชื่อ Text emoticons Text emoticons
ID edbdmlapnodebdekiekhmeokboihmong
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/text-emoticons/edbdmlapnodebdekiekhmeokboihmong
คำอธิบาย Set of text emoticons for important negotiations.
ขนาดไฟล์ 45.71 KB
จำนวนการติดตั้ง 1,275
เวอร์ชันปัจจุบัน 3
อัปเดตครั้งล่าสุด 2016-02-29
วันที่เผยแพร่ 2016-02-28
คะแนน 4.48/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา https://oleg.ninja
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://oleg.ninja/text-emoticons/
URL หน้านโยบายความเป็นส่วนตัว https://developer.chrome.com/webstore/program_policies
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "default_locale": "en",
    "version": "3",
    "description": "__MSG_extDescription__",
    "minimum_chrome_version": "28",
    "icons": {
        "32": "images\/icon32.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "clipboardWrite",
        "notifications",
        "*:\/\/*\/*"
    ],
    "commands": {
        "show-layer": {
            "suggested_key": {
                "default": "Alt+Shift+O"
            },
            "description": "__MSG_commandDescription__"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/vendor\/jquery-2.1.3.min.js",
                "js\/smiles.js",
                "js\/box.js"
            ],
            "css": [
                "css\/text-enjoy.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "__MSG_extName__",
        "default_icon": "images\/icon32.png",
        "default_popup": "views\/popup.html"
    },
    "homepage_url": "http:\/\/oleg.ninja\/text-emoticons\/"
}