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 |
公式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" ] } |