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”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | npemifngdpinblmedfefehddpbdplnek |
官方網址 | 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 } |