Save Image As
Save any image as JPG/PNG/WebP with right click
Vad är Save Image As?
Save Image As är en Chrome-tillägg utvecklad av wong2, och dess huvudfunktion är "Save any image as JPG/PNG/WebP with right click".
Tilläggsskärmbilder
Ladda ner Save Image As-förlängningens CRX-fil
Ladda ner Save Image As-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Save Image As |
ID | leijekmpombnobpofmnmdnebblfjnkbi |
Officiell webbadress | https://chromewebstore.google.com/detail/save-image-as/leijekmpombnobpofmnmdnebblfjnkbi |
Beskrivning | Save any image as JPG/PNG/WebP with right click |
Filstorlek | 17.11 KB |
Antal Installationer | 41 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2023-09-24 |
Publiceringsdatum | 2023-09-23 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | wong2 |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://chathub.gg/privacy-policy |
Stödda Språk | 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": [ " |