Alarmes TV

Alarmes para os teus programas de TV favoritos (NOS, MEO, etc.)

Alarmes TVคืออะไร?

Alarmes TV เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Luís Soares และคุณลักษณะหลักของมันคือ "Alarmes para os teus programas de TV favoritos (NOS, MEO, etc.)"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Não percas mais os teus programas favoritos; com esta extensão recebes alarmes de TV!

Cada vez passamos mais tempo na Internet e perdemos muitas vezes os nossos programas favoritos.

Com esta extensão recebes uma notificação no browser e sabes sempre quanto tempo falta para o programa que estás à espera.

Funciona para a programação (EPG) da televisão em Portugal (MEO, NOS, Cabovisão, Vodafone, etc.).

(informação dos canais através do MEO).                    

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

ชื่อ Alarmes TV Alarmes TV
ID lgnenbocknamnndilnhedphoglcigccc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/alarmes-tv/lgnenbocknamnndilnhedphoglcigccc
คำอธิบาย Alarmes para os teus programas de TV favoritos (NOS, MEO, etc.)
ขนาดไฟล์ 189 KB
จำนวนการติดตั้ง 160
เวอร์ชันปัจจุบัน 2.5.2
อัปเดตครั้งล่าสุด 2015-05-28
วันที่เผยแพร่ 2015-05-28
คะแนน 3.93/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา Luís Soares
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://luissoares.com
URL หน้าช่วยเหลือ http://luissoares.com/extensao-para-o-google-chrome/
ภาษาที่รองรับ pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Alarmes TV",
    "short_name": "Alarmes de TV",
    "manifest_version": 2,
    "version": "2.5.2",
    "description": "Alarmes para os teus programas de TV favoritos (NOS, MEO, etc.)",
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/epg.js",
            "js\/chrome.js",
            "js\/background.js"
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "img\/tv64.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "notifications",
        "idle",
        "storage",
        "http:\/\/services.sapo.pt\/*"
    ],
    "web_accessible_resources": [
        "img\/tv48.png"
    ]
}