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”。
擴展截圖
下載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 |
ID | cpcjkmdojedpmkphagkgiclgnhinlgib |
官方網址 | 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" ] } |