LocalGalleryViewerExtension

Allows opening local folders and show containing images in a gallery slideshow

LocalGalleryViewerExtension क्या है?

LocalGalleryViewerExtension Andreas Meyer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows opening local folders and show containing images in a gallery slideshow"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में LocalGalleryViewerExtension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This 'Local Gallery Viewer' extension lets you create fullscreen galleries where the slides are shown on the entire screen. The extension opens a new tab in your chrome browser. Choose a local directory and watch your pictures and images.

The idea behind that extension was to bring local images via Chromecast on your HDTV. Since the Chrome browser is able to share a tab via Chromecast, all you need is a powerful webpage that is able to scan a local directory, parses the image file in it and present them in a nice way.

Local Gallery Viewer uses the free jQuery-Plugin SuperBGImage by Andreas Eberhard (http://dev.andreaseberhard.de/jquery/superbgimage/) for presentation. You can open or drag'n'drop local folders from you harddrive diretly into the webpage, share the tab via Chromecast and enjoy local images on your HDTV.

FAQ:

Q: Is it possible to hide the controls?
A: Yes. Click the logo to minimize the controlpanel. As soon as you move your mouse away the controlpanel will fade out.


Changelog:

Version 1.2
23.10.2013: Improve handling with larger number of images (>100)

Version 1.3
23.10.2013: new option for exclude subfolders while parsing files in the chosen local folder

Version 1.4
24.10.2013: option page added to change the background style of the gallery                    

एक्सटेंशन की मूल जानकारी

नाम LocalGalleryViewerExtension LocalGalleryViewerExtension
ID opheklanmaieaeneebdohfpbjkhcgilk
आधिकारिक URL https://chromewebstore.google.com/detail/localgalleryviewerextensi/opheklanmaieaeneebdohfpbjkhcgilk
विवरण Allows opening local folders and show containing images in a gallery slideshow
फ़ाइल का आकार 223 KB
स्थापना संख्या 24,829
वर्तमान संस्करण 1.4
अंतिम अपडेट 2014-03-19
प्रकाशन तिथि 2014-03-19
रेटिंग 3.79/5 कुल 163 रेटिंग्स
डेवलपर Andreas Meyer
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LocalGalleryViewerExtension",
    "version": "1.4",
    "manifest_version": 2,
    "description": "Allows opening local folders and show containing images in a gallery slideshow",
    "offline_enabled": true,
    "icons": {
        "16": "icon_galleyapp_16.png",
        "48": "icon_galleyapp_48.png"
    },
    "background": {
        "scripts": [
            "gal_background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "options_page": "gal_options.html",
    "browser_action": {
        "default_title": "LocalGalleryViewer",
        "default_icon": "icon_galleyapp_16.png"
    },
    "permissions": [
        "tabs"
    ]
}