Tomato Stand
Show Verizon's TV Guide sorted by Rotten Tomato score and schedule your DVR recordings with one-click.
Tomato Stand란 무엇입니까?
Tomato Stand은(는) rhollister에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show Verizon's TV Guide sorted by Rotten Tomato score and schedule your DVR recordings with one-click."입니다.
확장 프로그램 스크린샷
Tomato Stand 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Generates a listing of all movies sorted by Rotten Tomato score in FIOS channels you specify. The listing includes the box title, description, rating, cast, and a one-click link to record the movie on your DVR.
확장 프로그램 기본 정보
이름 | |
ID | lcgoeiaeceomejnhipeneacmbnnlmabf |
공식 URL | https://chromewebstore.google.com/detail/tomato-stand/lcgoeiaeceomejnhipeneacmbnnlmabf |
설명 | Show Verizon's TV Guide sorted by Rotten Tomato score and schedule your DVR recordings with one-click. |
파일 크기 | 132 KB |
설치 횟수 | 57 |
현재 버전 | 1.1.1 |
최근 업데이트 | 2015-08-26 |
출시 날짜 | 2015-08-25 |
평점 | 3.00/5 총 1 개의 평점 |
개발자 | rhollister |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://rhollister.github.io/tomatostand |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tomato Stand", "short_name": "TomatoStand", "version": "1.1.1", "manifest_version": 2, "description": "Show Verizon's TV Guide sorted by Rotten Tomato score and schedule your DVR recordings with one-click.", "homepage_url": "http:\/\/github.com\/rhollister", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "page": "src\/background.html" }, "options_page": "src\/options\/index.html", "page_action": { "default_icon": "icons\/icon19.png", "default_title": "Tomato Stand" }, "permissions": [ "*:\/\/www.verizon.com\/*", "*:\/\/www.rottentomatoes.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.verizon.com\/*\/tvlistings.aspx" ], "js": [ "src\/inject.js" ] } ], "web_accessible_resources": [ "src\/script.js" ] } |