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 レビュー |
開発者 | 小飄飄 |
Eメール | [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\/" ] } |