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.”。
擴展截圖
下載My Episode Guide擴展crx文件
下載My Episode Guide擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | jeehkhpiepgmjpbcckdglnfmogadopkj |
| 官方網址 | 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"
} | |