Image viewer
This extension for convenient and functional image viewer with any html pages or links in your browser.
Image viewer란 무엇입니까?
Image viewer은(는) Roman Rasskazov에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension for convenient and functional image viewer with any html pages or links in your browser."입니다.
확장 프로그램 스크린샷
Image viewer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Image viewer allows you to scale the image and change the position of the image for comfortable viewing, to go back to the original size and position you need to double-click in any pane.
확장 프로그램 기본 정보
이름 | Image viewer |
ID | jpampamblikognkmdnphbcajcmiaclmo |
공식 URL | https://chromewebstore.google.com/detail/image-viewer/jpampamblikognkmdnphbcajcmiaclmo |
설명 | This extension for convenient and functional image viewer with any html pages or links in your browser. |
파일 크기 | 45.5 KB |
설치 횟수 | 3,650 |
현재 버전 | 0.7.7 |
최근 업데이트 | 2015-07-07 |
출시 날짜 | 2015-07-07 |
평점 | 3.93/5 총 29 개의 평점 |
개발자 | Roman Rasskazov |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://viewer.dbinf.com |
도움말 페이지 URL | http://viewer.dbinf.com |
지원되는 언어 | de,en,fr,es,ru,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/bg.js" ] }, "content_scripts": [ { "js": [ "js\/bg.js" ], "matches": [ "*:\/\/*\/*", "file:\/\/\/*" ] } ], "default_locale": "ru", "name": "__MSG_name__", "description": "__MSG_desc__", "homepage_url": "http:\/\/viewer.dbinf.com", "web_accessible_resources": [ "bg.png" ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "manifest_version": 2, "permissions": [ "tabs", "contextMenus", "webRequest", " |