Movie Info @ Portitle

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

Movie Info @ Portitle là gì?

Movie Info @ Portitle là một tiện ích mở rộng Chrome được phát triển bởi http://www.portitle.com, và tính năng chính của nó là "Select a movie or TV show, right click and get reviews, trailers, subtitles and torrents".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Movie Info @ Portitle

Tải xuống các tệp mở rộng Movie Info @ Portitle dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Movie Info @ Portitle Movie Info @ Portitle
ID npemifngdpinblmedfefehddpbdplnek
URL Chính Thức https://chrome.google.com/webstore/detail/movie-info-portitle/npemifngdpinblmedfefehddpbdplnek
Mô tả Select a movie or TV show, right click and get reviews, trailers, subtitles and torrents
Kích Thước Tệp 27.86 KB
Số Lần Cài Đặt 217
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2013-11-11
Ngày Phát Hành 2013-11-11
Đánh Giá 4.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển http://www.portitle.com
Loại Thanh Toán free
Trang Web Mở Rộng http://www.portitle.com
URL Trang Trợ Giúp http://www.portitle.com/about
Ngôn Ngữ Được Hỗ Trợ 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
}