Trailr

Let's you watch trailers from the poster of the film. Image recognition powered by LTU Technologies

什麼是Trailr?

Trailr是由LTU Technologies開發的Chrome擴展程式,該擴展的主要功能是“Let's you watch trailers from the poster of the film. Image recognition powered by LTU Technologies”。

擴展截圖

screenshot
screenshot
screenshot

下載Trailr擴展crx文件

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

擴展使用說明

                        You are browsing the web and notice an interesting movie poster. You wonder:  Is the movie any good ? The best way to know is to watch the trailer. 
 
Trailr let's you do just that with a single right click on the image. If the poster is in our database a smooth overlay will display the video along with several other information about the movie (link to www.imdb.com, synopsis, ...).

Trailr is powered by LTU technologies' state-of-the-art image recognition technology.

Trailr is also available on Android: http://goo.gl/JzMEy

Bug/Feature request: [email protected]                    

擴展基本資訊

名稱 Trailr Trailr
ID djckngmcfaagmlebedapffgigalknbkl
官方網址 https://chrome.google.com/webstore/detail/trailr/djckngmcfaagmlebedapffgigalknbkl
簡介 Let's you watch trailers from the poster of the film. Image recognition powered by LTU Technologies
檔案大小 111 KB
安裝次數 23
目前版本 1.0.3
更新時間 2013-08-16
上架時間 2013-08-16
評分 4.86/5 共 7 次評分
開發者 LTU Technologies
付費類型 free
擴展官網 http://www.ltutech.com
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trailr",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "Let's you watch trailers from the poster of the film. Image recognition powered by LTU Technologies",
    "icons": {
        "16": "img\/Trailr_16x16.png",
        "48": "img\/Trailr_48x48.png",
        "128": "img\/Trailr_128x128.png"
    },
    "permissions": [
        "contextMenus",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "bg.js",
            "fancybox\/lib\/jquery-1.8.2.min.js"
        ]
    },
    "web_accessible_resources": [
        "fancybox\/source\/fancybox_sprite.png",
        "fancybox\/source\/fancybox_overlay.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "fancybox\/lib\/jquery-1.8.2.min.js",
                "fancybox\/source\/jquery.fancybox.js",
                "trailr.js"
            ],
            "css": [
                "fancybox\/source\/jquery.fancybox.css"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.youtube.com; object-src 'self' https:\/\/www.youtube.com"
}