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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}