Remember the Episode
Saves where you stopped watching your series.
Remember the Episode란 무엇입니까?
Remember the Episode은(는) hurnaus.f1에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Saves where you stopped watching your series."입니다.
확장 프로그램 스크린샷
Remember the Episode 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Remember the Episode is an easy to use Chrome Extension to save, where you stopped watching your TV-Show.
확장 프로그램 기본 정보
이름 | |
ID | ahamjlelhfepefbpmkmklbankghpoehi |
공식 URL | https://chrome.google.com/webstore/detail/remember-the-episode/ahamjlelhfepefbpmkmklbankghpoehi |
설명 | Saves where you stopped watching your series. |
파일 크기 | 1.75 MB |
설치 횟수 | 62 |
현재 버전 | 1.0 |
최근 업데이트 | 2012-07-29 |
출시 날짜 | 2012-07-29 |
평점 | 4.67/5 총 6 개의 평점 |
개발자 | hurnaus.f1 |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remember the Episode", "version": "1.0", "description": "Saves where you stopped watching your series.", "icons": { "16": "bilder\/icon16.png", "48": "bilder\/icon48.png", "128": "bilder\/icon128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "storage" ], "browser_action": { "default_title": "Remember the Episode", "default_popup": "popup.html", "default_icon": "bilder\/icon.png" }, "manifest_version": 2 } |