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.”。

擴展截圖

screenshot

下載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トークンをいれてください。                    

擴展基本資訊

名稱 Let's Chat Notifier Let's Chat Notifier
ID aplfpnlhcgimfmahjaomlcljkpeplfmm
官方網址 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:\/\/*\/*"
    ]
}