Change JPEG/JFIF to JPG
This extension automatically converts all downloaded pictures with the .jpeg or .jfif file extension to the .jpg file extension.
O que é Change JPEG/JFIF to JPG?
Change JPEG/JFIF to JPG é uma extensão do Chrome desenvolvida por perrym11, e sua principal característica é "This extension automatically converts all downloaded pictures with the .jpeg or .jfif file extension to the .jpg file extension.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Change JPEG/JFIF to JPG
Baixe arquivos de extensão Change JPEG/JFIF to JPG no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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)
Informações Básicas da Extensão
Nome | Change JPEG/JFIF to JPG |
ID | jgikoaeeblnfkapogeidnehipojlbkoe |
URL Oficial | https://chromewebstore.google.com/detail/change-jpegjfif-to-jpg/jgikoaeeblnfkapogeidnehipojlbkoe |
Descrição | This extension automatically converts all downloaded pictures with the .jpeg or .jfif file extension to the .jpg file extension. |
Tamanho do Arquivo | 7.46 KB |
Contagem de Instalações | 10,000 |
Versão Atual | 1.2 |
Última Atualização | 2019-10-20 |
Data de Publicação | 2019-10-20 |
Classificação | 3.98/5 Total de 42 Avaliações |
Desenvolvedor | perrym11 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } } |