Sonarr Connect

Show upcoming/missing episodes, your series and history from Sonarr

Sonarr Connectとは何ですか?

Sonarr ConnectはC.Vaes & T.Reinartzによって開発されたChromeの拡張機能で、その主な機能は「Show upcoming/missing episodes, your series and history from Sonarr」です。

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

screenshot

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

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

拡張機能の使用方法

                        Version log
1.5.0
Resolve issue: unable to select season in show view, if you have any issues please update to at least 2.0.0.3732

1.4.2
Resolved issue where options are not visible on smaller resolution screens

1.4.1
Added option to hide the badge if there are no wanted items available

1.4.0
Season 0 is called Specials now
Options page will open automatically when extension is not configured
Check if image url is set

1.3.0
Updated badge behavior + added interval time in settings
Fix images on protected environment
Technical updates to better handle large amounts of data


1.2.0
Change name to Sonarr Connect
Added extra checks for url in config page.

1.1.2: 
initial release                    

拡張機能の基本情報

名前 Sonarr Connect Sonarr Connect
ID cpcjkmdojedpmkphagkgiclgnhinlgib
公式URL https://chromewebstore.google.com/detail/sonarr-connect/cpcjkmdojedpmkphagkgiclgnhinlgib
説明 Show upcoming/missing episodes, your series and history from Sonarr
ファイルサイズ 377 KB
インストール数 2,218
現在のバージョン 1.5.0
最終更新日 2016-01-19
公開日 2016-01-19
評価 4.14/5 合計 22 レビュー
開発者 C.Vaes & T.Reinartz
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sonarr Connect",
    "description": "Show upcoming\/missing episodes, your series and history from Sonarr",
    "version": "1.5.0",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "72.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/vendor\/jquery.js",
            "js\/popup-util.js",
            "js\/popup.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "storage",
        "alarms"
    ]
}