Save Image As
Save any image as JPG/PNG/WebP with right click
Apa itu Save Image As?
Save Image As adalah ekstensi Chrome yang dikembangkan oleh wong2, dan fitur utamanya adalah "Save any image as JPG/PNG/WebP with right click".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Save Image As
Unduh file ekstensi Save Image As dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Save any image on the web as JPG/PNG/WebP with right click. This extension adds a context menu on images to easily save them as JPG, PNG or WebP files to your computer, it automatically does the format conversion for you.
Informasi Dasar Ekstensi
Nama | Save Image As |
ID | leijekmpombnobpofmnmdnebblfjnkbi |
URL Resmi | https://chromewebstore.google.com/detail/save-image-as/leijekmpombnobpofmnmdnebblfjnkbi |
Deskripsi | Save any image as JPG/PNG/WebP with right click |
Ukuran File | 17.11 KB |
Jumlah Instalasi | 41 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2023-09-24 |
Tanggal Publikasi | 2023-09-23 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | wong2 |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://chathub.gg/privacy-policy |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "manifest_version": 3, "version": "1.0", "permissions": [ "contextMenus", "downloads" ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |