Sonarr Connect
Show upcoming/missing episodes, your series and history from Sonarr
Sonarr Connectคืออะไร?
Sonarr Connect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย C.Vaes & T.Reinartz และคุณลักษณะหลักของมันคือ "Show upcoming/missing episodes, your series and history from Sonarr"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sonarr Connect
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } |