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 |
| 公式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"
} | |