Tomato Stand

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

Tomato Standคืออะไร?

Tomato Stand เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rhollister และคุณลักษณะหลักของมันคือ "Show Verizon's TV Guide sorted by Rotten Tomato score and schedule your DVR recordings with one-click."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tomato Stand

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    ]
}