Alarmes TV
Alarmes para os teus programas de TV favoritos (NOS, MEO, etc.)
Was ist Alarmes TV?
Alarmes TV ist eine Chrome-Erweiterung, die von Luís Soares entwickelt wurde, und ihr Hauptmerkmal ist "Alarmes para os teus programas de TV favoritos (NOS, MEO, etc.)".
Erweiterungsscreenshots
Alarmes TV-Erweiterungs-CRX-Datei herunterladen
Laden Sie Alarmes TV-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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).
Grundlegende Informationen zur Erweiterung
Name | |
ID | lgnenbocknamnndilnhedphoglcigccc |
Offizielle URL | https://chrome.google.com/webstore/detail/alarmes-tv/lgnenbocknamnndilnhedphoglcigccc |
Beschreibung | Alarmes para os teus programas de TV favoritos (NOS, MEO, etc.) |
Dateigröße | 189 KB |
Installationsanzahl | 160 |
Aktuelle Version | 2.5.2 |
Letztes Update | 2015-05-28 |
Veröffentlichungsdatum | 2015-05-28 |
Bewertung | 3.93/5 Insgesamt 15 Bewertungen |
Entwickler | Luís Soares |
Zahlungsart | free |
Erweiterungswebsite | http://luissoares.com |
Hilfeseite URL | http://luissoares.com/extensao-para-o-google-chrome/ |
Unterstützte Sprachen | 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" ] } |