ExpressIMG - Resize images from URL
A super fast image resizer that can resize images straight from the internet. No file download required!
¿Qué es ExpressIMG - Resize images from URL?
ExpressIMG - Resize images from URL es una extensión de Chrome desarrollada por katauskasdomas, y su función principal es "A super fast image resizer that can resize images straight from the internet. No file download required!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión ExpressIMG - Resize images from URL
Descarga archivos de extensión ExpressIMG - Resize images from URL en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Quickly resize images directly from the website. Just paste the image url and select your desired dimensions. The file will be downloaded for you already resized so you don`t need to save the original image on your computer. Supported formats: PNG, JPG, SVG. NOTICE You have to make sure that the image you are trying to resize is publicly accessible. For support, email [email protected]
Información Básica de la Extensión
Nombre | ExpressIMG - Resize images from URL |
ID | ifcoagfkdeikcbbadpgnngjhmjbghmce |
URL Oficial | https://chromewebstore.google.com/detail/expressimg-resize-images/ifcoagfkdeikcbbadpgnngjhmjbghmce |
Descripción | A super fast image resizer that can resize images straight from the internet. No file download required! |
Tamaño del Archivo | 51.97 KB |
Cantidad de Instalaciones | 28 |
Versión Actual | 1.0 |
Última Actualización | 2021-12-20 |
Fecha de Publicación | 2021-12-16 |
Desarrollador | katauskasdomas |
Correo electrónico | [email protected] |
Tipo de Pago | in_app |
Idiomas Soportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ExpressIMG - Resize images from URL", "description": "A super fast image resizer that can resize images straight from the internet. No file download required!", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "downloads", "downloads.open" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/logo_16.png", "32": "\/images\/logo_32.png", "48": "\/images\/logo_48.png", "128": "\/images\/logo_128.png" } }, "icons": { "16": "\/images\/logo_16.png", "32": "\/images\/logo_32.png", "48": "\/images\/logo_48.png", "128": "\/images\/logo_128.png" }, "host_permissions": [ "https:\/\/resize-image-server.herokuapp.com\/" ] } |