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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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": [] } |