Rich Image Previewer
Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab.
Rich Image Previewer란 무엇입니까?
Rich Image Previewer은(는) Yoshifumi Shiiba에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab."입니다.
확장 프로그램 스크린샷
Rich Image Previewer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension adds the Rich UI for the open image in tab mode on Google Chrome. It does not eat RAM on no using because runs only open an image on tab. The MIT License https://github.com/YoshifumiShiiba/RichImagePreviewer
확장 프로그램 기본 정보
이름 | Rich Image Previewer |
ID | bnonggkheicloopdmbkkomefmokffafi |
공식 URL | https://chromewebstore.google.com/detail/rich-image-previewer/bnonggkheicloopdmbkkomefmokffafi |
설명 | Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab. |
파일 크기 | 317 KB |
설치 횟수 | 70 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2013-04-13 |
출시 날짜 | 2013-04-13 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | Yoshifumi Shiiba |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab.", "name": "Rich Image Previewer", "minimum_chrome_version": "20.0.0.0", "icons": { "48": "imageinfo-48.png", "128": "imageinfo-128.png", "16": "imageinfo-16.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*.jpg", "https:\/\/*\/*.jpg", "http:\/\/*\/*.jpeg", "https:\/\/*\/*.jpeg", "http:\/\/*\/*.gif", "https:\/\/*\/*.gif", "http:\/\/*\/*.png", "https:\/\/*\/*.png" ], "js": [ "jquery-1.9.1.js", "jquery-ui-1.10.2.custom.min.js", "main.js" ], "css": [ "main.css" ] } ], "manifest_version": 2, "version": "1.0.2" } |