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 |
官方網址 | 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\/" ] } |