Image Compressor
Download compressed image directly from the current tab just with a right click! :)
Image Compressor란 무엇입니까?
Image Compressor은(는) Marco Giannini에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download compressed image directly from the current tab just with a right click! :)"입니다.
확장 프로그램 스크린샷
Image Compressor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This light extension let you download with just two click a compressed version of your favourite image. This is wonderful for make your website load faster than ever! For download an image: 1) just bring your mouse over the image you want to download and... right click! 2) Bum! That's it! You can see "Download compressed version". Click it and wait 5 or 6 seconds! CHANGELOG: 1.0.1 CHANGE ALERT BEFORE START THE DOWNLOAD OF THE COMPRESSED IMAGE. 1.0.0 GO LIVE!
확장 프로그램 기본 정보
이름 | Image Compressor |
ID | jellomkphijifcoeoefbniimkdehcjfl |
공식 URL | https://chromewebstore.google.com/detail/image-compressor/jellomkphijifcoeoefbniimkdehcjfl |
설명 | Download compressed image directly from the current tab just with a right click! :) |
파일 크기 | 45.44 KB |
설치 횟수 | 1,016 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2017-03-12 |
출시 날짜 | 2017-03-12 |
평점 | 3.24/5 총 17 개의 평점 |
개발자 | Marco Giannini |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image Compressor", "version": "1.0.1", "manifest_version": 2, "description": "Download compressed image directly from the current tab just with a right click! :)", "icons": { "16": "img\/x16.png", "48": "img\/x48.png", "128": "img\/x128.png" }, "permissions": [ "downloads", "contextMenus" ], "background": { "persistent": false, "page": "background.html" }, "content_scripts": [ { "matches": [ " |