Plurk-Smile
Show hidden Plurk smile.
什么是Plurk-Smile?
Plurk-Smile是由小飄飄开发的Chrome扩展程序,该扩展的主要功能是“Show hidden Plurk smile.”。
扩展截图
下载Plurk-Smile扩展crx文件
下载Plurk-Smile扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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\/" ] } |