Let's Chat Notifier
The extention notifiy of let's chat.
¿Qué es Let's Chat Notifier?
Let's Chat Notifier es una extensión de Chrome desarrollada por Unknown, y su función principal es "The extention notifiy of let's chat.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Let's Chat Notifier
Descarga archivos de extensión Let's Chat Notifier en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Let's Chatの非公式 Google Chrome 拡張です。 未読メッセージの数をバッジに表示します。 ボタンをクリックすると、Let' Chat を開くこともできます。 ▼使い方 1. インストールしてください。 2. この拡張のオプションにあなたのLet's ChatのURLとAPIトークンをいれてください。
Información Básica de la Extensión
Nombre | Let's Chat Notifier |
ID | aplfpnlhcgimfmahjaomlcljkpeplfmm |
URL Oficial | https://chromewebstore.google.com/detail/lets-chat-notifier/aplfpnlhcgimfmahjaomlcljkpeplfmm |
Descripción | The extention notifiy of let's chat. |
Tamaño del Archivo | 72.93 KB |
Cantidad de Instalaciones | 29 |
Versión Actual | 1.0.0 |
Última Actualización | 2015-12-08 |
Fecha de Publicación | 2015-12-08 |
Desarrollador | Unknown |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/tohrinagi/lets-chat-notifier |
Idiomas Soportados | 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:\/\/*\/*" ] } |