Save Image As

Save any image as JPG/PNG/WebP with right click

Wat is Save Image As?

Save Image As is een Chrome-extensie ontwikkeld door wong2, en de belangrijkste functie is "Save any image as JPG/PNG/WebP with right click".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Save Image As

Download Save Image As-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Save Image As Save Image As
ID leijekmpombnobpofmnmdnebblfjnkbi
Officiële URL https://chromewebstore.google.com/detail/save-image-as/leijekmpombnobpofmnmdnebblfjnkbi
Beschrijving Save any image as JPG/PNG/WebP with right click
Bestandsgrootte 17.11 KB
Aantal Installaties 41
Huidige Versie 1.0
Laatst Bijgewerkt 2023-09-24
Publicatiedatum 2023-09-23
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar wong2
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://chathub.gg/privacy-policy
Ondersteunde Talen 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": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}