Save Image As PNG
Adds the "Save Image As PNG" option to the context menu of images.
Save Image As PNGคืออะไร?
Save Image As PNG เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rob W และคุณลักษณะหลักของมันคือ "Adds the "Save Image As PNG" option to the context menu of images."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Save Image As PNG
ดาวน์โหลดไฟล์ส่วนขยาย Save Image As PNG ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Converts an image to PNG before showing the Save As dialog. WebP is a new image format developed by Google. These images are small, but their format is not widely recognized yet. By converting the image to PNG, you will be able to use it in image editing programs, and/or upload it to online image hosting sites such as imgur. The extension has a low footprint: It does not use any memory or CPU unless you use it by clicking on the context menu option. Update (4 January 2014): If you use Chrome 30 or lower, then you cannot save the image from some web sites (such as the Chrome Web Store). Update to Chrome 31 for an optimal user experience. Notice (30 June 2014): Chrome 35 on KDE (Linux) has a bug that causes Chrome to crash whenever the Save As dialog is opened by an extension. Downgrade to Chrome 34 or upgrade to Chrome 36 to solve the problem.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Save Image As PNG |
ID | nkokmeaibnajheohncaamjggkanfbphi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/save-image-as-png/nkokmeaibnajheohncaamjggkanfbphi |
คำอธิบาย | Adds the "Save Image As PNG" option to the context menu of images. |
ขนาดไฟล์ | 14.93 KB |
จำนวนการติดตั้ง | 328,526 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2014-06-30 |
วันที่เผยแพร่ | 2014-06-30 |
คะแนน | 3.92/5 รวมทั้งหมด 292 คะแนน |
ผู้พัฒนา | Rob W |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://robwu.nl/ |
URL หน้านโยบายความเป็นส่วนตัว | https://robwu.nl/privacy/cws |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save Image As PNG", "description": "Adds the \"Save Image As PNG\" option to the context menu of images.", "version": "1.0.2", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ " |