AirDates Extension

This is a small app for airdates.tv website. It grabs the current day (or the one before) and shows in a popup.

AirDates Extensionคืออะไร?

AirDates Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Burak Mehmet Gürbüz และคุณลักษณะหลักของมันคือ "This is a small app for airdates.tv website. It grabs the current day (or the one before) and shows in a popup."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AirDates Extension

ดาวน์โหลดไฟล์ส่วนขยาย AirDates Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This is a small app for airdates.tv website. It grabs the current day (or the one before) and shows in a popup.

What's New in 0.0.3:
- You can now switch between day view and week view (in fact +7 days view)
- You can choose to show only your selected shows on day view

What's New in 0.0.2:
- Your colors are available on the extension too
- Direct links to watch/download links are available                    

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

ชื่อ AirDates Extension AirDates Extension
ID ibonolkeppfhpidfakgagmlbpepljnac
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/airdates-extension/ibonolkeppfhpidfakgagmlbpepljnac
คำอธิบาย This is a small app for airdates.tv website. It grabs the current day (or the one before) and shows in a popup.
ขนาดไฟล์ 117 KB
จำนวนการติดตั้ง 14
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2015-05-17
วันที่เผยแพร่ 2015-05-17
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Burak Mehmet Gürbüz
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://burakgurbuz.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AirDates Extension",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "This is a small app for airdates.tv website. It grabs the current day (or the one before) and shows in a popup.",
    "homepage_url": "http:\/\/burakgurbuz.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "options_page": "src\/options_custom\/index.html",
    "browser_action": {
        "default_icon": "icons\/icon24.png",
        "default_title": "What's on TV today?",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "cookies",
        "storage",
        "http:\/\/www.airdates.tv\/"
    ],
    "content_scripts": []
}