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はBurak Mehmet Gürbüzによって開発されたChromeの拡張機能で、その主な機能は「This is a small app for airdates.tv website. It grabs the current day (or the one before) and shows in a popup.」です。

拡張機能のスクリーンショット

screenshot

AirDates Extension拡張機能のCRXファイルをダウンロード

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                    

拡張機能の基本情報

名前 AirDates Extension AirDates Extension
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": []
}