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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 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 } |