Movie Info @ Portitle

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

Movie Info @ Portitleคืออะไร?

Movie Info @ Portitle เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.portitle.com และคุณลักษณะหลักของมันคือ "Select a movie or TV show, right click and get reviews, trailers, subtitles and torrents"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Movie Info @ Portitle

ดาวน์โหลดไฟล์ส่วนขยาย 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
}