Full Window Image Viewer
View images on the current page as a slideshow.
Full Window Image Viewer란 무엇입니까?
Full Window Image Viewer은(는) http://toptip.ca에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View images on the current page as a slideshow."입니다.
확장 프로그램 스크린샷
Full Window Image Viewer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
You can easily view images of a page with Full Window Image Viewer extension. After the installation, you can click on the extension's icon to turn on the Image Viewer, or you can right-click on an image and select the Full Window Image Viewer menu to view the image. Full Window Image Viewer extension can also play a slideshow for all the images on the current web page.
확장 프로그램 기본 정보
이름 | |
ID | poakplgknboogmjglihkhdgpljkmajel |
공식 URL | https://chrome.google.com/webstore/detail/full-window-image-viewer/poakplgknboogmjglihkhdgpljkmajel |
설명 | View images on the current page as a slideshow. |
파일 크기 | 37.48 KB |
설치 횟수 | 4,173 |
현재 버전 | 3.2 |
최근 업데이트 | 2013-09-02 |
출시 날짜 | 2013-09-02 |
평점 | 3.05/5 총 44 개의 평점 |
개발자 | http://toptip.ca |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.toptip.ca/2012/03/google-chrome-extension-image-viewer.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Full Window Image Viewer", "version": "3.2", "manifest_version": 2, "description": "View images on the current page as a slideshow.", "browser_action": { "default_icon": { "19": "logo19.png", "38": "logo38.png" } }, "background": { "scripts": [ "imageviewerbg.js" ] }, "options_page": "options.html", "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" } } |