Plurk-Smile

Show hidden Plurk smile.

Wat is Plurk-Smile?

Plurk-Smile is een Chrome-extensie ontwikkeld door 小飄飄, en de belangrijkste functie is "Show hidden Plurk smile.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Plurk-Smile

Download Plurk-Smile-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Plurk-Smile Plurk-Smile
ID aomdjjfldjbbnojlonpahdajglndlomc
Officiële URL https://chromewebstore.google.com/detail/plurk-smile/aomdjjfldjbbnojlonpahdajglndlomc
Beschrijving Show hidden Plurk smile.
Bestandsgrootte 50.61 KB
Aantal Installaties 3,291
Huidige Versie 3.4.1
Laatst Bijgewerkt 2015-10-24
Publicatiedatum 2015-10-23
Beoordeling 4.15/5 Totaal 66 Beoordelingen
Ontwikkelaar 小飄飄
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/"
    ]
}