Let's Chat Notifier
The extention notifiy of let's chat.
什么是Let's Chat Notifier?
Let's Chat Notifier是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“The extention notifiy of let's chat.”。
扩展截图
下载Let's Chat Notifier扩展crx文件
下载Let's Chat Notifier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Let's Chatの非公式 Google Chrome 拡張です。
未読メッセージの数をバッジに表示します。
ボタンをクリックすると、Let' Chat を開くこともできます。
▼使い方
1. インストールしてください。
2. この拡張のオプションにあなたのLet's ChatのURLとAPIトークンをいれてください。 扩展基本信息
| 名称 | |
| ID | aplfpnlhcgimfmahjaomlcljkpeplfmm |
| 官方URL | https://chromewebstore.google.com/detail/lets-chat-notifier/aplfpnlhcgimfmahjaomlcljkpeplfmm |
| 简介 | The extention notifiy of let's chat. |
| 文件大小 | 72.93 KB |
| 安装次数 | 29 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2015-12-08 |
| 上架时间 | 2015-12-08 |
| 开发者 | Unknown |
| 付费类型 | free |
| 扩展官网 | https://github.com/tohrinagi/lets-chat-notifier |
| 支持的语言 | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Let's Chat Notifier",
"version": "1.0.0",
"manifest_version": 2,
"description": "The extention notifiy of let's chat.",
"options_page": "html\/options.html",
"background": {
"scripts": [
"js\/jquery-2.1.4.min.js",
"js\/storage.js",
"js\/background.js"
]
},
"browser_action": {
"default_icon": "icons\/icon.png",
"default_title": "Let's Chat Notifier"
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |