Bulk JPEG, PNG Images Optimizer
Reduce the size of your JPEG, PNG images without any noticeable quality loss. Convert image files instantly, real-time.
Qu'est-ce que Bulk JPEG, PNG Images Optimizer ?
Bulk JPEG, PNG Images Optimizer est une extension Chrome développée par Smart Software, et sa fonction principale est "Reduce the size of your JPEG, PNG images without any noticeable quality loss. Convert image files instantly, real-time.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bulk JPEG, PNG Images Optimizer
Téléchargez les fichiers d'extension Bulk JPEG, PNG Images Optimizer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This app is handy and very easy to use optimizer for JPEG, PNG files. Your image files can be 10%-70% smaller. This app allows you to reduce the size of your image files without any noticeable quality loss. This app only works locally without going through the server. It allows you to convert image files instantly, real-time. You don't need to upload a file to any server. You can select image files to convert from your local computer and from Google Drive™ directly. and Save the optimized files to Google Drive™.
Informations de Base sur l'Extension
Nom | Bulk JPEG, PNG Images Optimizer |
ID | jglfehaddibdnfchgicahpdifopgihcb |
URL Officiel | https://chromewebstore.google.com/detail/bulk-jpeg-png-images-opti/jglfehaddibdnfchgicahpdifopgihcb |
Description | Reduce the size of your JPEG, PNG images without any noticeable quality loss. Convert image files instantly, real-time. |
Taille du Fichier | 23.54 KB |
Nombre d'Installations | 2,041 |
Version Actuelle | 1.0.1.2 |
Dernière Mise à Jour | 2023-06-09 |
Date de Publication | 2020-06-02 |
Évaluation | 3.68/5 Total 40 Évaluations |
Développeur | Smart Software |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://thetimetube.herokuapp.com/optimizer/ |
URL de la Page de Politique de Confidentialité | http://iblogbox.com/chrome/tos.php |
Langues Prises en Charge | en-US |
manifest.json | |
{ "name": "__MSG_ext_name__", "description": "__MSG_ext_description__", "default_locale": "en_US", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png" }, "background": { "service_worker": "js\/bg.js" }, "action": { "default_icon": "images\/icon32.png", "default_title": "__MSG_ext_name__" }, "permissions": [ "storage" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "88.0.0.0", "version": "1.0.1.2" } |