Let's Chat Notifier
The extention notifiy of let's chat.
Что такое Let's Chat Notifier?
Let's Chat Notifier - это расширение Chrome, разработанное Unknown, и его основная функция - "The extention notifiy of let's chat.".
Снимки экрана расширения
Скачать файл CRX расширения Let's Chat Notifier
Скачайте файлы расширений Let's Chat Notifier в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Let's Chatの非公式 Google Chrome 拡張です。 未読メッセージの数をバッジに表示します。 ボタンをクリックすると、Let' Chat を開くこともできます。 ▼使い方 1. インストールしてください。 2. この拡張のオプションにあなたのLet's ChatのURLとAPIトークンをいれてください。
Основная информация о расширении
Название | Let's Chat Notifier |
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:\/\/*\/*" ] } |