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
}