Bulk JPEG, PNG Images Optimizer
Reduce the size of your JPEG, PNG images without any noticeable quality loss. Convert image files instantly, real-time.
O que é Bulk JPEG, PNG Images Optimizer?
Bulk JPEG, PNG Images Optimizer é uma extensão do Chrome desenvolvida por Smart Software, e sua principal característica é "Reduce the size of your JPEG, PNG images without any noticeable quality loss. Convert image files instantly, real-time.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Bulk JPEG, PNG Images Optimizer
Baixe arquivos de extensão Bulk JPEG, PNG Images Optimizer 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
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™.
Informações Básicas da Extensão
Nome | Bulk JPEG, PNG Images Optimizer |
ID | jglfehaddibdnfchgicahpdifopgihcb |
URL Oficial | https://chromewebstore.google.com/detail/bulk-jpeg-png-images-opti/jglfehaddibdnfchgicahpdifopgihcb |
Descrição | Reduce the size of your JPEG, PNG images without any noticeable quality loss. Convert image files instantly, real-time. |
Tamanho do Arquivo | 23.54 KB |
Contagem de Instalações | 2,041 |
Versão Atual | 1.0.1.2 |
Última Atualização | 2023-06-09 |
Data de Publicação | 2020-06-02 |
Classificação | 3.68/5 Total de 40 Avaliações |
Desenvolvedor | Smart Software |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://thetimetube.herokuapp.com/optimizer/ |
URL da Página de Política de Privacidade | http://iblogbox.com/chrome/tos.php |
Idiomas Suportados | 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" } |