Image Extension Fix
Automatically renames image downloads according to the type they are
Image Extension Fixคืออะไร?
Image Extension Fix เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Colin Campbell และคุณลักษณะหลักของมันคือ "Automatically renames image downloads according to the type they are"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Image Extension Fix
ดาวน์โหลดไฟล์ส่วนขยาย Image Extension Fix ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Automatically renames images according to the type they are. No more .jpg GIFs or .large-0x539 JPEGs. This extension is open source software (MIT licensed). https://github.com/colin-c/image-extension-fix
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Image Extension Fix |
ID | bdinnahhocpbhaolpffbceckdfiafffn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/image-extension-fix/bdinnahhocpbhaolpffbceckdfiafffn |
คำอธิบาย | Automatically renames image downloads according to the type they are |
ขนาดไฟล์ | 49.19 KB |
จำนวนการติดตั้ง | 687 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2017-06-03 |
วันที่เผยแพร่ | 2017-06-03 |
คะแนน | 4.33/5 รวมทั้งหมด 18 คะแนน |
ผู้พัฒนา | Colin Campbell |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/colin-c/image-extension-fix |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Image Extension Fix", "short_name": "Img Ext Fix", "description": "Automatically renames image downloads according to the type they are", "version": "0.2", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "downloads" ], "content_security_policy": "script-src 'self'; object-src 'self'", "background": { "scripts": [ "includes\/file_extension_mapping.js", "includes\/util.js", "main.js" ], "persistent": false } } |