My Episode Guide

Shows the next episode which is to be aired for your chosen TV shows. All information is taken from www.episodeworld.com.

My Episode Guide란 무엇입니까?

My Episode Guide은(는) https://blog.2m.lt에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows the next episode which is to be aired for your chosen TV shows. All information is taken from www.episodeworld.com."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

My Episode Guide 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Summary

This extension lets you to gather all your favorite TV shows to one place. You can easily browse a list of shows and see when the next episode of every show is aired. A day counter, which is always seen, shows days remaining until next episode airs.

Version history

1.3
* added auto-complete when typing in new show
* added background auto-refresh
* added show ordering by next episode air date
* fixed many shows unable to be found by the extension                    

확장 프로그램 기본 정보

이름 My Episode Guide My Episode Guide
ID jeehkhpiepgmjpbcckdglnfmogadopkj
공식 URL https://chromewebstore.google.com/detail/my-episode-guide/jeehkhpiepgmjpbcckdglnfmogadopkj
설명 Shows the next episode which is to be aired for your chosen TV shows. All information is taken from www.episodeworld.com.
파일 크기 136 KB
설치 횟수 2,393
현재 버전 1.3.6
최근 업데이트 2012-06-30
출시 날짜 2012-06-30
평점 3.43/5 총 42 개의 평점
개발자 https://blog.2m.lt
결제 유형 free
확장 프로그램 웹 사이트 http://www.2m.lt
도움말 페이지 URL https://github.com/2m/my_episode_guide/issues
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My Episode Guide",
    "version": "1.3.6",
    "manifest_version": 2,
    "description": "Shows the next episode which is to be aired for your chosen TV shows. All information is taken from www.episodeworld.com.",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/sunglasses.gif",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "http:\/\/www.episodeworld.com\/"
    ],
    "homepage_url": "https:\/\/chrome.google.com\/extensions\/detail\/jeehkhpiepgmjpbcckdglnfmogadopkj?hl=en",
    "options_page": "options.html"
}