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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
}