Letterboxd Movie Assistant
Shows a page action for imdb/rotten tomatoes film pages to go to the letterboxd equivalant
Letterboxd Movie Assistant란 무엇입니까?
Letterboxd Movie Assistant은(는) ludovicodigital에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows a page action for imdb/rotten tomatoes film pages to go to the letterboxd equivalant"입니다.
확장 프로그램 스크린샷
Letterboxd Movie Assistant 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adds an icon in the address bar that comes up on Imdb and Rotten Tomatoes film pages. By pressing this icon a new tab will open that goes to the letterboxd film page. *Note: This extension is not made by the letterboxd team but someone who is a big fan of their site! Update 4/17/15 - Fixed the bug with Rotten Tomatoes so its now working again from there! Update 1/13/19 - Extension still works for IMDB but no longer works with Rotten Tomatoes since they removed their public API.
확장 프로그램 기본 정보
이름 | Letterboxd Movie Assistant |
ID | dlicmihnogpoemhcegbnhbmncbkoidjo |
공식 URL | https://chromewebstore.google.com/detail/letterboxd-movie-assistan/dlicmihnogpoemhcegbnhbmncbkoidjo |
설명 | Shows a page action for imdb/rotten tomatoes film pages to go to the letterboxd equivalant |
파일 크기 | 127 KB |
설치 횟수 | 2,103 |
현재 버전 | 0.2 |
최근 업데이트 | 2019-01-14 |
출시 날짜 | 2019-01-13 |
평점 | 4.54/5 총 24 개의 평점 |
개발자 | ludovicodigital |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://letterboxd.com/tcrosini/ |
도움말 페이지 URL | http://letterboxd.com/tcrosini/list/letterboxd-movie-assistant-chrome-extension/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Letterboxd Movie Assistant", "version": "0.2", "description": "Shows a page action for imdb\/rotten tomatoes film pages to go to the letterboxd equivalant", "background": { "scripts": [ "background.js", "jquery.min.js" ] }, "page_action": { "default_icon": "icon-19.png", "default_title": "Go to this films letterboxd page!" }, "permissions": [ "tabs", "http:\/\/api.rottentomatoes.com\/api\/public\/v1.0*", "http:\/\/www.rottentomatoes.com\/*", "http:\/\/www.imdb.com\/*", "http:\/\/letterboxd.com\/*" ], "icons": { "48": "icon-48.png", "128": "icon-128.png" } } |