Change JPEG/JFIF to JPG
This extension automatically converts all downloaded pictures with the .jpeg or .jfif file extension to the .jpg file extension.
Cos'è Change JPEG/JFIF to JPG?
Change JPEG/JFIF to JPG è un'estensione di Chrome sviluppata da perrym11, e la sua funzione principale è "This extension automatically converts all downloaded pictures with the .jpeg or .jfif file extension to the .jpg file extension.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Change JPEG/JFIF to JPG
Scarica i file di estensione Change JPEG/JFIF to JPG 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
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)
Informazioni di Base sull'Estensione
Nome | |
ID | jgikoaeeblnfkapogeidnehipojlbkoe |
URL Ufficiale | https://chromewebstore.google.com/detail/change-jpegjfif-to-jpg/jgikoaeeblnfkapogeidnehipojlbkoe |
Descrizione | This extension automatically converts all downloaded pictures with the .jpeg or .jfif file extension to the .jpg file extension. |
Dimensione del File | 7.46 KB |
Conteggio Installazioni | 10,000 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2019-10-20 |
Data di Pubblicazione | 2019-10-20 |
Valutazione | 3.98/5 Totale 42 Valutazioni |
Sviluppatore | perrym11 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } } |