Emby Companion

Show unread messages, status, and more for your Emby server.

Emby Companionとは何ですか?

Emby Companionはtechywarriorによって開発されたChromeの拡張機能で、その主な機能は「Show unread messages, status, and more for your Emby server.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Emby Companion拡張機能のCRXファイルをダウンロード

Emby Companion拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Get notified when there are unread notifications on your Emby server (Emby server install required, download at http://emby.media/ ) and read them without having to load up the Emby web client. It can also notify you when the server is inaccessible so you can restart it ASAP.

There is also a link in the header to take you to your Emby server web client for quick access in case you want to restart Emby, install plugins, or simply watch some TV or a movie.                    

拡張機能の基本情報

名前 Emby Companion Emby Companion
ID egofcbleniceaoleohckegkeepennpcn
公式URL https://chrome.google.com/webstore/detail/emby-companion/egofcbleniceaoleohckegkeepennpcn
説明 Show unread messages, status, and more for your Emby server.
ファイルサイズ 252 KB
インストール数 925
現在のバージョン 1.9.0
最終更新日 2016-08-08
公開日 2016-08-08
評価 4.46/5 合計 24 レビュー
開発者 techywarrior
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Emby Companion",
    "short_name": "Emby Companion",
    "description": "Show unread messages, status, and more for your Emby server.",
    "author": "Techywarrior",
    "version": "1.9.0",
    "icons": {
        "16": "emby_ico_16.png",
        "48": "emby_ico_48.png",
        "128": "emby_ico_128.png"
    },
    "permissions": [
        "alarms",
        "contextMenus",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "mb3.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/jquery-2.2.4.min.js",
            "js\/common.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-2.2.4.min.js",
                "js\/content_script.js"
            ]
        }
    ]
}