LocalGalleryViewerExtension
Allows opening local folders and show containing images in a gallery slideshow
LocalGalleryViewerExtension란 무엇입니까?
LocalGalleryViewerExtension은(는) Andreas Meyer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows opening local folders and show containing images in a gallery slideshow"입니다.
확장 프로그램 스크린샷
LocalGalleryViewerExtension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" ] } |