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 là gì?
AirDates Extension là một tiện ích mở rộng Chrome được phát triển bởi Burak Mehmet Gürbüz, và tính năng chính của nó là "This is a small app for airdates.tv website. It grabs the current day (or the one before) and shows in a popup.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng AirDates Extension
Tải xuống các tệp mở rộng AirDates Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ibonolkeppfhpidfakgagmlbpepljnac |
URL Chính Thức | https://chrome.google.com/webstore/detail/airdates-extension/ibonolkeppfhpidfakgagmlbpepljnac |
Mô tả | This is a small app for airdates.tv website. It grabs the current day (or the one before) and shows in a popup. |
Kích Thước Tệp | 117 KB |
Số Lần Cài Đặt | 14 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2015-05-17 |
Ngày Phát Hành | 2015-05-17 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Burak Mehmet Gürbüz |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://burakgurbuz.com |
Ngôn Ngữ Được Hỗ Trợ | 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": [] } |