TV Show Tracker
Keep track of your favourite TV shows.
TV Show Tracker란 무엇입니까?
TV Show Tracker은(는) Mattias Valk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keep track of your favourite TV shows."입니다.
확장 프로그램 스크린샷
TV Show Tracker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Do you want a simple way to keep track of all your favourite TV shows in one place? This extension does just that! Features: *Shows the air dates of previous and next episodes *Easy to add or remove series *Episode dates are updated every day *Sort your TV shows (can be changed in settings): *Alphabetically *By previous episode date ascending *By previous episode date descending *By next episode date ascending *By next episode date descending This extension uses www.tvmaze.com to get episode dates. Change log: Version 2.1.7.2 *Ask for minimal required permissions. Version 2.1.7.1 *Fixed list of TV shows not appearing sometimes. *Fixed search dropdown being partially cut off. Version 2.1.7 *Fancy new material design and a new icon. *Fixed search not displaying results in some cases. *Other minor improvements.
확장 프로그램 기본 정보
이름 | TV Show Tracker |
ID | oeeaimdpifhphdgoflgeddbigpgmnnjn |
공식 URL | https://chromewebstore.google.com/detail/tv-show-tracker/oeeaimdpifhphdgoflgeddbigpgmnnjn |
설명 | Keep track of your favourite TV shows. |
파일 크기 | 216 KB |
설치 횟수 | 6,741 |
현재 버전 | 2.1.7.2 |
최근 업데이트 | 2023-08-25 |
출시 날짜 | 2019-10-06 |
평점 | 4.09/5 총 53 개의 평점 |
개발자 | Mattias Valk |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "helper.js", "background.js" ] }, "browser_action": { "default_icon": { "19": "icons\/icon19.png" }, "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Keep track of your favourite TV shows.", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png" }, "manifest_version": 2, "name": "TV Show Tracker", "permissions": [ "http:\/\/*.tvmaze.com\/*", "storage", "alarms" ], "version": "2.1.7.2" } |