PotatoSmile

Free addon for Facebook users which converts all general smiley codes into graphical emoticons like the ones on Yahoo! Messenger.

PotatoSmileคืออะไร?

PotatoSmile เป็นส่วนขยายของ Chrome ที่พัฒนาโดย [LE] และคุณลักษณะหลักของมันคือ "Free addon for Facebook users which converts all general smiley codes into graphical emoticons like the ones on Yahoo! Messenger."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        PotatoSmile works on your Facebook Timeline, Comments & ChatBox turning the boring text codes like :-) to graphical smileys like the ones you see in Yahoo! Messenger.

All you have to do is:
 - Install PotatoSmile (click on Add to Chrome on top right )
 - REFRESH/RE-OPEN your Facebook page [this is important for the first time after installation]
 - Enjoy these jolly emoticons.
 - Spread the smile, share it with your friends using the inbuilt share function in extension icon.

Facebook: http://www.facebook.com/PotatoSmile
----------------------------------------------------------------------------------------------------------------------------

Q. What makes it different?? from those annoying huge-face smiley softwares you find lurking all over the web, which probably infect your PC with malware.

A. Let me break it down into parts for better explanation:
 i) PotatoSmile installs on Chrome, not your OS, and just converts certain symbols to graphical images.

 ii) It uses the same smileys you loved in Yahoo! messenger. With the evolution of web, and Google/FB domination, Yahoo! messenger got left alone in the dark, and people now prefer to use Skype/gTalk/FBChat. But still, there's one thing which keeps reminding us of the once-popular IM client Yahoo! Messenger, oh yea! their cute smileys!. We've all used them, we all know their short codes, and most of us miss them too. So here it is, Yahoo! smileys now on Facebook

 iii) PotatoSmile DOES NOT believe in spamming and HATES it as much as you. We will NEVER spam your Facebook wall or add a line at the end of each comment saying "Hey! I'm using this uber cool Chrome extension and you should also try this!". However, you are free (and humbly invited) to spread the word yourself. :-)

PS: The graphical emoticons can be viewed only in Chrome browsers having PotatoSmile extention. So feel free to share and spread the smile!

------------------------------------------------------------------------------------------------------------------------

If you have any suggestions or bugs to report, drop bombs at PotatoSmile's FB page! http://www.facebook.com/PotatoSmile                    

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

ชื่อ PotatoSmile PotatoSmile
ID oalbpfagfhfkcmklpdanadjpbfdedndn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/potatosmile/oalbpfagfhfkcmklpdanadjpbfdedndn
คำอธิบาย Free addon for Facebook users which converts all general smiley codes into graphical emoticons like the ones on Yahoo! Messenger.
ขนาดไฟล์ 89.99 KB
จำนวนการติดตั้ง 3,557
เวอร์ชันปัจจุบัน 1.1.14
อัปเดตครั้งล่าสุด 2014-06-15
วันที่เผยแพร่ 2014-06-15
คะแนน 4.05/5 รวมทั้งหมด 191 คะแนน
ผู้พัฒนา [LE]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.facebook.com/PotatoSmile
URL หน้าช่วยเหลือ http://www.facebook.com/PotatoSmile
ภาษาที่รองรับ en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "jquery.mutation-summary.js",
                "main.js"
            ],
            "matches": [
                "*:\/\/www.facebook.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "description": "Free addon for Facebook users which converts all general smiley codes into graphical emoticons like the ones on Yahoo! Messenger.",
    "icons": {
        "128": "images\/tato_128.png",
        "16": "images\/tato_16.png",
        "48": "images\/tato_48.png"
    },
    "manifest_version": 2,
    "name": "PotatoSmile",
    "page_action": {
        "default_icon": "images\/tato_icon.png",
        "default_popup": "popup.html",
        "default_title": "PotatoSmile"
    },
    "permissions": [
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.14"
}