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文件
下載film|captures for Letterboxd and The Dissolve擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |