film|captures for Letterboxd and The Dissolve
Display film captures on Letterboxd and The Dissolve
film|captures for Letterboxd and The Dissolve란 무엇입니까?
film|captures for Letterboxd and The Dissolve은(는) lynchjames에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Display film captures on Letterboxd and The Dissolve"입니다.
확장 프로그램 스크린샷
film|captures for Letterboxd and The Dissolve 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Letterboxd ------------------------ Displays a slideshow of the film captures as the backdrop on a Letterboxd film page. Adds a link to the page on the film|captures site within the Letterboxd action panel and as an icon in the address bar. A list of films on the filmcaptures.com site is available at http://letterboxd.com/lynchjames/list/film-captures. The Dissolve ------------------------ Displays a slideshow of the film captures as the main image on a film review page. Adds a link for the page on the film|captures site to each image and as an icon in the address bar. **Note this extension is not affiliated with film|captures, Letterboxd or The Dissolve.**
확장 프로그램 기본 정보
이름 | |
ID | jaieiablgddloomeliigjnpodikfdklh |
공식 URL | https://chrome.google.com/webstore/detail/filmcaptures-for-letterbo/jaieiablgddloomeliigjnpodikfdklh |
설명 | Display film captures on Letterboxd and The Dissolve |
파일 크기 | 283 KB |
설치 횟수 | 32 |
현재 버전 | 0.1.7 |
최근 업데이트 | 2014-06-19 |
출시 날짜 | 2014-06-19 |
평점 | 4.00/5 총 1 개의 평점 |
개발자 | lynchjames |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "film|captures for Letterboxd and The Dissolve", "version": "0.1.7", "manifest_version": 2, "description": "Display film captures on Letterboxd and The Dissolve", "icons": { "16": "icon64.png", "48": "icon64.png", "64": "icon64.png", "128": "icon128.png" }, "page_action": { "default_icon": { "19": "icon48.png", "38": "icon48.png" }, "default_title": "View on film|captures" }, "permissions": [ "tabs", "http:\/\/letterboxd.com\/film\/*", "http:\/\/filmcaptures.herokuapp.com\/*" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "all_frames": true, "js": [ "jquery.min.js", "filmcaptures.js" ], "css": [ "filmcaptures.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "web_accessible_resources": [ "film-feature-fade.png" ] } |