Plurk-Smile

Show hidden Plurk smile.

Plurk-Smileคืออะไร?

Plurk-Smile เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 小飄飄 และคุณลักษณะหลักของมันคือ "Show hidden Plurk smile."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Plurk-Smile

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

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

                        1.No setting page.
2.Contains all the Hidden, Festival emoticon.
3.Widen the width of the emoticon list.

My Emoticons: http://zh.blog.plurk.com/archives/758
My Emoticons List: http://dl.dropbox.com/u/4211700/chrome/Plurk-Smile_nocode.html                    

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

ชื่อ Plurk-Smile Plurk-Smile
ID aomdjjfldjbbnojlonpahdajglndlomc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/plurk-smile/aomdjjfldjbbnojlonpahdajglndlomc
คำอธิบาย Show hidden Plurk smile.
ขนาดไฟล์ 50.61 KB
จำนวนการติดตั้ง 3,291
เวอร์ชันปัจจุบัน 3.4.1
อัปเดตครั้งล่าสุด 2015-10-24
วันที่เผยแพร่ 2015-10-23
คะแนน 4.15/5 รวมทั้งหมด 66 คะแนน
ผู้พัฒนา 小飄飄
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Plurk-Smile",
    "version": "3.4.1",
    "description": "__MSG_extdesc__",
    "icons": {
        "128": "128.png",
        "16": "16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.plurk.com\/*",
                "https:\/\/www.plurk.com\/*"
            ],
            "js": [
                "jquery-1.7.min.js",
                "content-script.js"
            ]
        }
    ],
    "default_locale": "en",
    "permissions": [
        "http:\/\/www.plurk.com\/",
        "https:\/\/www.plurk.com\/"
    ]
}