Save Image As
Save and modify image as PNG, JPEG or WEBP
Cos'è Save Image As?
Save Image As è un'estensione di Chrome sviluppata da radim.motycka, e la sua funzione principale è "Save and modify image as PNG, JPEG or WEBP".
Screenshot dell'Estensione
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, Rename and Resize Image As PNG, JPEG or WEBP. Informazioni di Base sull'Estensione
| Nome | |
| ID | nniledhajjahdgjdaooenmbploklemmi |
| URL Ufficiale | https://chromewebstore.google.com/detail/save-image-as/nniledhajjahdgjdaooenmbploklemmi |
| Descrizione | Save and modify image as PNG, JPEG or WEBP |
| Dimensione del File | 95.54 KB |
| Conteggio Installazioni | 63 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2023-09-20 |
| Data di Pubblicazione | 2023-09-20 |
| Sviluppatore | radim.motycka |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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:\/\/*\/"
]
} | |