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.
O que é AirDates Extension?
AirDates Extension é uma extensão do Chrome desenvolvida por Burak Mehmet Gürbüz, e sua principal característica é "This is a small app for airdates.tv website. It grabs the current day (or the one before) and shows in a popup.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão AirDates Extension
Baixe arquivos de extensão AirDates Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | ibonolkeppfhpidfakgagmlbpepljnac |
URL Oficial | https://chrome.google.com/webstore/detail/airdates-extension/ibonolkeppfhpidfakgagmlbpepljnac |
Descrição | This is a small app for airdates.tv website. It grabs the current day (or the one before) and shows in a popup. |
Tamanho do Arquivo | 117 KB |
Contagem de Instalações | 14 |
Versão Atual | 0.0.3 |
Última Atualização | 2015-05-17 |
Data de Publicação | 2015-05-17 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Burak Mehmet Gürbüz |
Tipo de Pagamento | free |
Site da Extensão | http://burakgurbuz.com |
Idiomas Suportados | 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": [] } |