Movie Info @ Portitle

Select a movie or TV show, right click and get reviews, trailers, subtitles and torrents

什么是Movie Info @ Portitle?

Movie Info @ Portitle是由http://www.portitle.com开发的Chrome扩展程序,该扩展的主要功能是“Select a movie or TV show, right click and get reviews, trailers, subtitles and torrents”。

扩展截图

screenshot
screenshot
screenshot

下载Movie Info @ Portitle扩展crx文件

下载Movie Info @ Portitle扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Highlight (select) a movie or TV show text, right click and select "Portitle" to get anything related to that title: 

* Basic Information
* Reviews
* Trailers
* Subtitles

All of this in one place - Portitle will launch you directly to the movie/show page on any of dozens popular movie related websites, e.g IMDB, AllMovie, Wikipedia, iTunes, Rotten Tomatoes, YouTube, OpenSubtitles and many more.

With Portitle you can also easily download subtitles for movie torrents. Highlight the torrent 'release name', right click and get the subtitles.

Portitle is also HTPC friendly, designed for HTPC / Mouse / Touch / Keyboard-less usage.

Please reload opened tabs after installing this extensions.                    

扩展基本信息

名称 Movie Info @ Portitle Movie Info @ Portitle
ID npemifngdpinblmedfefehddpbdplnek
官方URL https://chrome.google.com/webstore/detail/movie-info-portitle/npemifngdpinblmedfefehddpbdplnek
简介 Select a movie or TV show, right click and get reviews, trailers, subtitles and torrents
文件大小 27.86 KB
安装次数 217
当前版本 1.0.2
更新时间 2013-11-11
上架时间 2013-11-11
评分 4.60/5 共5次评分
开发者 http://www.portitle.com
付费类型 free
扩展官网 http://www.portitle.com
帮助页面URL http://www.portitle.com/about
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Movie Info @ Portitle",
    "description": "Select a movie or TV show, right click and get reviews, trailers, subtitles and torrents",
    "homepage_url": "http:\/\/www.portitle.com",
    "version": "1.0.2",
    "permissions": [
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "portitle-chrome.js"
        ]
    },
    "icons": {
        "16": "logo16x16.png",
        "48": "logo48x48.png",
        "72": "logo72x72.png",
        "128": "logo128x128.png"
    },
    "manifest_version": 2
}