Image Downloader
Downlosad image in just a click.
Image Downloader란 무엇입니까?
Image Downloader은(는) Anand Sudhanaboina에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Downlosad image in just a click."입니다.
확장 프로그램 스크린샷
Image Downloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Download any image from google chrome in just one click. Note : If your are using incognito mode in chrome. You have to explicitly enable this extension to work with incognito mode in Settings->Extensions of your chrome.
확장 프로그램 기본 정보
이름 | |
ID | bopfjfpkjbnoohilihgfjahdkfhnjaig |
공식 URL | https://chrome.google.com/webstore/detail/image-downloader/bopfjfpkjbnoohilihgfjahdkfhnjaig |
설명 | Downlosad image in just a click. |
파일 크기 | 28.6 KB |
설치 횟수 | 3,486 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2020-07-02 |
출시 날짜 | 2020-07-02 |
평점 | 3.71/5 총 17 개의 평점 |
개발자 | Anand Sudhanaboina |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://github.com/anands/misc |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image Downloader", "short_name": "Image Downloader", "version": "1.1.0", "manifest_version": 2, "description": "Downlosad image in just a click.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "downloads", "contextMenus" ], "background": { "scripts": [ "background.js" ] } } |