Save Image As

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

Cos'è Save Image As?

Save Image As è un'estensione di Chrome sviluppata da wong2, e la sua funzione principale è "Save any image as JPG/PNG/WebP with right click".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Save Image As

Scarica i file di estensione Save Image As in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Save Image As Save Image As
ID leijekmpombnobpofmnmdnebblfjnkbi
URL Ufficiale https://chromewebstore.google.com/detail/save-image-as/leijekmpombnobpofmnmdnebblfjnkbi
Descrizione Save any image as JPG/PNG/WebP with right click
Dimensione del File 17.11 KB
Conteggio Installazioni 41
Versione Corrente 1.0
Ultimo Aggiornamento 2023-09-24
Data di Pubblicazione 2023-09-23
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore wong2
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://chathub.gg/privacy-policy
Lingue Supportate 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"
            ]
        }
    ]
}