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
公式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:\/\/*\/*"
    ]
}