Image Convert and Download
Allows to download svg and images and take screenshots in different formats
Image Convert and Download란 무엇입니까?
Image Convert and Download은(는) haseebeqx에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows to download svg and images and take screenshots in different formats"입니다.
확장 프로그램 스크린샷
Image Convert and Download 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension creates a context menu to download any images including favicon or take a page screenshot in JPEG or PNG format. It works with any image format supported by chrome including svg. It also allows to copy any image as data urls.
확장 프로그램 기본 정보
이름 | Image Convert and Download |
ID | ebdifgjdeelbjjbbnmbcggnaehencepi |
공식 URL | https://chromewebstore.google.com/detail/image-convert-and-downloa/ebdifgjdeelbjjbbnmbcggnaehencepi |
설명 | Allows to download svg and images and take screenshots in different formats |
파일 크기 | 14.53 KB |
설치 횟수 | 45 |
현재 버전 | 0.3 |
최근 업데이트 | 2020-12-31 |
출시 날짜 | 2020-12-20 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | haseebeqx |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/haseebeqx/image-converter-downloader-extension |
도움말 페이지 URL | https://github.com/haseebeqx/image-converter-downloader-extension/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image Convert and Download", "version": "0.3", "description": "Allows to download svg and images and take screenshots in different formats", "permissions": [ "contextMenus", "downloads", "activeTab" ], "background": { "scripts": [ "contextMenu.js" ], "persistent": false }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2 } |