Tomato Stand

Show Verizon's TV Guide sorted by Rotten Tomato score and schedule your DVR recordings with one-click.

什麼是Tomato Stand?

Tomato Stand是由rhollister開發的Chrome擴展程式,該擴展的主要功能是“Show Verizon's TV Guide sorted by Rotten Tomato score and schedule your DVR recordings with one-click.”。

擴展截圖

screenshot
screenshot

下載Tomato Stand擴展crx文件

下載Tomato Stand擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Generates a listing of all movies sorted by Rotten Tomato score in FIOS channels you specify. The listing includes the box title, description, rating, cast, and a one-click link to record the movie on your DVR.                    

擴展基本資訊

名稱 Tomato Stand Tomato Stand
ID lcgoeiaeceomejnhipeneacmbnnlmabf
官方網址 https://chromewebstore.google.com/detail/tomato-stand/lcgoeiaeceomejnhipeneacmbnnlmabf
簡介 Show Verizon's TV Guide sorted by Rotten Tomato score and schedule your DVR recordings with one-click.
檔案大小 132 KB
安裝次數 57
目前版本 1.1.1
更新時間 2015-08-26
上架時間 2015-08-25
評分 3.00/5 共 1 次評分
開發者 rhollister
電子郵箱 [email protected]
付費類型 free
擴展官網 http://rhollister.github.io/tomatostand
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tomato Stand",
    "short_name": "TomatoStand",
    "version": "1.1.1",
    "manifest_version": 2,
    "description": "Show Verizon's TV Guide sorted by Rotten Tomato score and schedule your DVR recordings with one-click.",
    "homepage_url": "http:\/\/github.com\/rhollister",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "src\/background.html"
    },
    "options_page": "src\/options\/index.html",
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Tomato Stand"
    },
    "permissions": [
        "*:\/\/www.verizon.com\/*",
        "*:\/\/www.rottentomatoes.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.verizon.com\/*\/tvlistings.aspx"
            ],
            "js": [
                "src\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/script.js"
    ]
}