Plurk-Smile

Show hidden Plurk smile.

Cos'è Plurk-Smile?

Plurk-Smile è un'estensione di Chrome sviluppata da 小飄飄, e la sua funzione principale è "Show hidden Plurk smile.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Plurk-Smile

Scarica i file di estensione Plurk-Smile in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Plurk-Smile Plurk-Smile
ID aomdjjfldjbbnojlonpahdajglndlomc
URL Ufficiale https://chromewebstore.google.com/detail/plurk-smile/aomdjjfldjbbnojlonpahdajglndlomc
Descrizione Show hidden Plurk smile.
Dimensione del File 50.61 KB
Conteggio Installazioni 3,291
Versione Corrente 3.4.1
Ultimo Aggiornamento 2015-10-24
Data di Pubblicazione 2015-10-23
Valutazione 4.15/5 Totale 66 Valutazioni
Sviluppatore 小飄飄
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/"
    ]
}