Save Image As

Save and modify image as PNG, JPEG or WEBP

Qu'est-ce que Save Image As ?

Save Image As est une extension Chrome développée par radim.motycka, et sa fonction principale est "Save and modify image as PNG, JPEG or WEBP".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Save Image As

Téléchargez les fichiers d'extension Save Image As au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Save, Rename and Resize Image As PNG, JPEG or WEBP.                    

Informations de Base sur l'Extension

Nom Save Image As Save Image As
ID nniledhajjahdgjdaooenmbploklemmi
URL Officiel https://chromewebstore.google.com/detail/save-image-as/nniledhajjahdgjdaooenmbploklemmi
Description Save and modify image as PNG, JPEG or WEBP
Taille du Fichier 95.54 KB
Nombre d'Installations 63
Version Actuelle 1.1
Dernière Mise à Jour 2023-09-20
Date de Publication 2023-09-20
Développeur radim.motycka
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save Image As",
    "version": "1.1",
    "description": "Save and modify image as PNG, JPEG or WEBP",
    "manifest_version": 3,
    "action": {
        "default_title": "Save Image As"
    },
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkbwbihNv8ze50gEDqwtpc1DzrH6zlwb7HNBa\/Wr5kWAGF9l4yQWPAes1vXnIt4mzmx6vuNEP0Q15aqSRIlcI1c4VyQ3FbzU5eG0ETmBPVmmOgS6kA\/IIYQa4ZGA4EKbELaq2NOIX7+OeS6Jh67eKtqGC8BzCTCXMGGn4Fl7oCbxV5RCCJlhksYzhAfO4pE1l5FKJgHlRSDXWLZ4p5kdyq2H8EtmC1JenT6CKeFgBxeGNEJzW3YiZYvxSMkNvAjw8hAsJ4Lpe4+EUgopNbrRRKXQ2Btz+8JU6YDU7dJHhFxty\/mAFetOaKulr8ulQeLI2raL1bbpqky64lQPjQ4itjQIDAQAB",
    "icons": {
        "16": "static\/download_icon.png",
        "32": "static\/download_icon.png",
        "48": "static\/download_icon.png",
        "128": "static\/download_icon.png"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "downloads"
    ],
    "host_permissions": [
        "https:\/\/*\/"
    ]
}