Plurk-Smile

Show hidden Plurk smile.

Plurk-Smile란 무엇입니까?

Plurk-Smile은(는) 小飄飄에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show hidden Plurk smile."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Plurk-Smile 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/"
    ]
}