film|captures for Letterboxd and The Dissolve
Display film captures on Letterboxd and The Dissolve
O que é film|captures for Letterboxd and The Dissolve?
film|captures for Letterboxd and The Dissolve é uma extensão do Chrome desenvolvida por lynchjames, e sua principal característica é "Display film captures on Letterboxd and The Dissolve".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão film|captures for Letterboxd and The Dissolve
Baixe arquivos de extensão film|captures for Letterboxd and The Dissolve no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.**
Informações Básicas da Extensão
Nome | |
ID | jaieiablgddloomeliigjnpodikfdklh |
URL Oficial | https://chrome.google.com/webstore/detail/filmcaptures-for-letterbo/jaieiablgddloomeliigjnpodikfdklh |
Descrição | Display film captures on Letterboxd and The Dissolve |
Tamanho do Arquivo | 283 KB |
Contagem de Instalações | 32 |
Versão Atual | 0.1.7 |
Última Atualização | 2014-06-19 |
Data de Publicação | 2014-06-19 |
Classificação | 4.00/5 Total de 1 Avaliações |
Desenvolvedor | lynchjames |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |