Image Convert and Download
Allows to download svg and images and take screenshots in different formats
Image Convert and Downloadคืออะไร?
Image Convert and Download เป็นส่วนขยายของ Chrome ที่พัฒนาโดย haseebeqx และคุณลักษณะหลักของมันคือ "Allows to download svg and images and take screenshots in different formats"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Image Convert and Download
ดาวน์โหลดไฟล์ส่วนขยาย Image Convert and Download ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension creates a context menu to download any images including favicon or take a page screenshot in JPEG or PNG format. It works with any image format supported by chrome including svg. It also allows to copy any image as data urls.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Image Convert and Download |
ID | ebdifgjdeelbjjbbnmbcggnaehencepi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/image-convert-and-downloa/ebdifgjdeelbjjbbnmbcggnaehencepi |
คำอธิบาย | Allows to download svg and images and take screenshots in different formats |
ขนาดไฟล์ | 14.53 KB |
จำนวนการติดตั้ง | 45 |
เวอร์ชันปัจจุบัน | 0.3 |
อัปเดตครั้งล่าสุด | 2020-12-31 |
วันที่เผยแพร่ | 2020-12-20 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | haseebeqx |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/haseebeqx/image-converter-downloader-extension |
URL หน้าช่วยเหลือ | https://github.com/haseebeqx/image-converter-downloader-extension/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image Convert and Download", "version": "0.3", "description": "Allows to download svg and images and take screenshots in different formats", "permissions": [ "contextMenus", "downloads", "activeTab" ], "background": { "scripts": [ "contextMenu.js" ], "persistent": false }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2 } |