Converter App Image Converter Extension
Connects your Chrome browser with the converter API and allows you to convert web images to another format from the context menu.
Converter App Image Converter Extensionคืออะไร?
Converter App Image Converter Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://converter.app และคุณลักษณะหลักของมันคือ "Connects your Chrome browser with the converter API and allows you to convert web images to another format from the context menu."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Converter App Image Converter Extension
ดาวน์โหลดไฟล์ส่วนขยาย Converter App Image Converter Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This Chrome extension was created after a user request. It connects your browser with the Converter App API and allows you to convert web images to another format from the context menu. This is useful if you want to download an image in a different file format. After you right-click on an image you will see a "Convert Image" entry in the context menu. When clicking it you will be able to choose a target format and the image will be converted directly to this format. When installing the extension you have direct access to the image converting features of Converter App from your browser. The current version of the extension supports the 17 most popular image formats. Works also for modern image formats like AVIF and WebP. More image formats will come with future versions.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Converter App Image Converter Extension |
ID | dpkmfillkjghjkndehnojofiepdgbpnj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/converter-app-image-conve/dpkmfillkjghjkndehnojofiepdgbpnj |
คำอธิบาย | Connects your Chrome browser with the converter API and allows you to convert web images to another format from the context menu. |
ขนาดไฟล์ | 17.37 KB |
จำนวนการติดตั้ง | 926 |
เวอร์ชันปัจจุบัน | 0.1.2 |
อัปเดตครั้งล่าสุด | 2022-09-07 |
วันที่เผยแพร่ | 2022-08-10 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://converter.app |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://converter.app/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Converter App Image Converter Extension", "description": "Connects your Chrome browser with the converter API and allows you to convert web images to another format from the context menu.", "version": "0.1.2", "manifest_version": 3, "icons": { "128": "images\/extension128.png", "16": "images\/extension16.png", "32": "images\/extension32.png", "48": "images\/extension48.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "128": "images\/extension128.png", "16": "images\/extension16.png", "32": "images\/extension32.png", "48": "images\/extension48.png" }, "default_title": "Converter App" }, "permissions": [ "activeTab", "contextMenus" ] } |