Change JPEG/JFIF to JPG
This extension automatically converts all downloaded pictures with the .jpeg or .jfif file extension to the .jpg file extension.
Change JPEG/JFIF to JPG란 무엇입니까?
Change JPEG/JFIF to JPG은(는) perrym11에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension automatically converts all downloaded pictures with the .jpeg or .jfif file extension to the .jpg file extension."입니다.
확장 프로그램 스크린샷
Change JPEG/JFIF to JPG 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
If you download a file that has the extension .jpeg or .jfif, this will automatically rename it to a .jpg extension instead. Note that clicking the button in the Chrome bar doesn't do anything - this works completely in the background with no user interaction required. Icons made by Dirtyworks (https://www.flaticon.com/authors/dirtyworks) from Flaticon (https://www.flaticon.com). Licensed by Creative Commons BY 3.0 (http://creativecommons.org/licenses/by/3.0)
확장 프로그램 기본 정보
이름 | Change JPEG/JFIF to JPG |
ID | jgikoaeeblnfkapogeidnehipojlbkoe |
공식 URL | https://chromewebstore.google.com/detail/change-jpegjfif-to-jpg/jgikoaeeblnfkapogeidnehipojlbkoe |
설명 | This extension automatically converts all downloaded pictures with the .jpeg or .jfif file extension to the .jpg file extension. |
파일 크기 | 7.46 KB |
설치 횟수 | 10,000 |
현재 버전 | 1.2 |
최근 업데이트 | 2019-10-20 |
출시 날짜 | 2019-10-20 |
평점 | 3.98/5 총 42 개의 평점 |
개발자 | perrym11 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Change JPEG\/JFIF to JPG", "description": "This extension automatically converts all downloaded pictures with the .jpeg or .jfif file extension to the .jpg file extension.", "permissions": [ "downloads" ], "version": "1.2", "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" } }, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "persistent": false, "scripts": [ "bg.js" ] } } |