Plurk-Smile
Show hidden Plurk smile.
What is Plurk-Smile?
Plurk-Smile is a Chrome extension developed by 小飄飄, and its main feature is "Show hidden Plurk smile.".
Extension Screenshots
Download Plurk-Smile Extension CRX File
Download Plurk-Smile extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Plurk-Smile |
ID | aomdjjfldjbbnojlonpahdajglndlomc |
Official URL | https://chromewebstore.google.com/detail/plurk-smile/aomdjjfldjbbnojlonpahdajglndlomc |
Description | Show hidden Plurk smile. |
File Size | 50.61 KB |
Installation Count | 3,291 |
Current Version | 3.4.1 |
Last Updated | 2015-10-24 |
Publish Date | 2015-10-23 |
Rating | 4.15/5 Total 66 Ratings |
Developer | 小飄飄 |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/" ] } |