Plurk-Smile

Show hidden Plurk smile.

Apa itu Plurk-Smile?

Plurk-Smile adalah ekstensi Chrome yang dikembangkan oleh 小飄飄, dan fitur utamanya adalah "Show hidden Plurk smile.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Plurk-Smile

Unduh file ekstensi Plurk-Smile dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Plurk-Smile Plurk-Smile
ID aomdjjfldjbbnojlonpahdajglndlomc
URL Resmi https://chromewebstore.google.com/detail/plurk-smile/aomdjjfldjbbnojlonpahdajglndlomc
Deskripsi Show hidden Plurk smile.
Ukuran File 50.61 KB
Jumlah Instalasi 3,291
Versi Saat Ini 3.4.1
Terakhir Diperbarui 2015-10-24
Tanggal Publikasi 2015-10-23
Penilaian 4.15/5 Total 66 Penilaian
Pengembang 小飄飄
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/"
    ]
}