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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย perrym11 และคุณลักษณะหลักของมันคือ "This extension automatically converts all downloaded pictures with the .jpeg or .jfif file extension to the .jpg file extension."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Change JPEG/JFIF to JPG
ดาวน์โหลดไฟล์ส่วนขยาย Change JPEG/JFIF to JPG ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } } |