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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://blog.2m.lt และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย My Episode Guide

ดาวน์โหลดไฟล์ส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
}