film|captures for Letterboxd and The Dissolve
Display film captures on Letterboxd and The Dissolve
film|captures for Letterboxd and The Dissolve là gì?
film|captures for Letterboxd and The Dissolve là một tiện ích mở rộng Chrome được phát triển bởi lynchjames, và tính năng chính của nó là "Display film captures on Letterboxd and The Dissolve".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng film|captures for Letterboxd and The Dissolve
Tải xuống các tệp mở rộng film|captures for Letterboxd and The Dissolve dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.**
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jaieiablgddloomeliigjnpodikfdklh |
URL Chính Thức | https://chrome.google.com/webstore/detail/filmcaptures-for-letterbo/jaieiablgddloomeliigjnpodikfdklh |
Mô tả | Display film captures on Letterboxd and The Dissolve |
Kích Thước Tệp | 283 KB |
Số Lần Cài Đặt | 32 |
Phiên Bản Hiện Tại | 0.1.7 |
Cập Nhật Lần Cuối | 2014-06-19 |
Ngày Phát Hành | 2014-06-19 |
Đánh Giá | 4.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | lynchjames |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |