Change JPEG/JFIF to JPG
This extension automatically converts all downloaded pictures with the .jpeg or .jfif file extension to the .jpg file extension.
Τι είναι το Change JPEG/JFIF to JPG;
Το Change JPEG/JFIF to JPG είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον perrym11, και η κύρια λειτουργία του είναι "This extension automatically converts all downloaded pictures with the .jpeg or .jfif file extension to the .jpg file extension.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Change JPEG/JFIF to JPG
Λήψη αρχείων επέκτασης Change JPEG/JFIF to JPG σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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)
Βασικές Πληροφορίες Επέκτασης
Όνομα | Change JPEG/JFIF to JPG |
ID | jgikoaeeblnfkapogeidnehipojlbkoe |
Επίσημο URL | https://chromewebstore.google.com/detail/change-jpegjfif-to-jpg/jgikoaeeblnfkapogeidnehipojlbkoe |
Περιγραφή | This extension automatically converts all downloaded pictures with the .jpeg or .jfif file extension to the .jpg file extension. |
Μέγεθος Αρχείου | 7.46 KB |
Αριθμός Εγκαταστάσεων | 10,000 |
Τρέχουσα Έκδοση | 1.2 |
Τελευταία Ενημέρωση | 2019-10-20 |
Ημερομηνία Δημοσίευσης | 2019-10-20 |
Αξιολόγηση | 3.98/5 Συνολικά 42 Αξιολογήσεις |
Προγραμματιστής | perrym11 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } } |