Change JPEG/JFIF to JPG
This extension automatically converts all downloaded pictures with the .jpeg or .jfif file extension to the .jpg file extension.
¿Qué es Change JPEG/JFIF to JPG?
Change JPEG/JFIF to JPG es una extensión de Chrome desarrollada por perrym11, y su función principal es "This extension automatically converts all downloaded pictures with the .jpeg or .jfif file extension to the .jpg file extension.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Change JPEG/JFIF to JPG
Descarga archivos de extensión Change JPEG/JFIF to JPG 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
If you download a file that has the extension .jpeg or .jfif, this will automatically rename it to a .jpg extension instead. Note that clicking the button in the Chrome bar doesn't do anything - this works completely in the background with no user interaction required. Icons made by Dirtyworks (https://www.flaticon.com/authors/dirtyworks) from Flaticon (https://www.flaticon.com). Licensed by Creative Commons BY 3.0 (http://creativecommons.org/licenses/by/3.0)
Información Básica de la Extensión
Nombre | Change JPEG/JFIF to JPG |
ID | jgikoaeeblnfkapogeidnehipojlbkoe |
URL Oficial | https://chromewebstore.google.com/detail/change-jpegjfif-to-jpg/jgikoaeeblnfkapogeidnehipojlbkoe |
Descripción | This extension automatically converts all downloaded pictures with the .jpeg or .jfif file extension to the .jpg file extension. |
Tamaño del Archivo | 7.46 KB |
Cantidad de Instalaciones | 10,000 |
Versión Actual | 1.2 |
Última Actualización | 2019-10-20 |
Fecha de Publicación | 2019-10-20 |
Calificación | 3.98/5 Total de 42 Calificaciones |
Desarrollador | perrym11 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Change JPEG\/JFIF to JPG", "description": "This extension automatically converts all downloaded pictures with the .jpeg or .jfif file extension to the .jpg file extension.", "permissions": [ "downloads" ], "version": "1.2", "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" } }, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "background": { "persistent": false, "scripts": [ "bg.js" ] } } |