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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Display film captures on Letterboxd and The Dissolve"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में film|captures for Letterboxd and The Dissolve एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |