Save Image As
Save and modify image as PNG, JPEG or WEBP
Wat is Save Image As?
Save Image As is een Chrome-extensie ontwikkeld door radim.motycka, en de belangrijkste functie is "Save and modify image as PNG, JPEG or WEBP".
Extensie Screenshots
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, Rename and Resize Image As PNG, JPEG or WEBP. Basisinformatie over de Extensie
| Naam | |
| ID | nniledhajjahdgjdaooenmbploklemmi |
| Officiële URL | https://chromewebstore.google.com/detail/save-image-as/nniledhajjahdgjdaooenmbploklemmi |
| Beschrijving | Save and modify image as PNG, JPEG or WEBP |
| Bestandsgrootte | 95.54 KB |
| Aantal Installaties | 63 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2023-09-20 |
| Publicatiedatum | 2023-09-20 |
| Ontwikkelaar | radim.motycka |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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:\/\/*\/"
]
} | |