BMP to PDF Converter
Convert BMP Files to PDF format
O que é BMP to PDF Converter?
BMP to PDF Converter é uma extensão do Chrome desenvolvida por https://online-converter.freepdfsolutions.com, e sua principal característica é "Convert BMP Files to PDF format".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão BMP to PDF Converter
Baixe arquivos de extensão BMP to PDF Converter 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
WHAT PDF SOLUTIONS CONVERTER IS ALL ABOUT? We understand the frustrations when it come to dealing with pdf files and not having proper software to view or convert these. We at Free PDF Solutions make conversion simple to all user types and thrive on doing so. With BMP to PDF Converter, there's... • No registration required • Ease of use • Links to our online conversion utilities. New version: removed new tab change. You can uninstall the extension at any time.
Informações Básicas da Extensão
Nome | |
ID | kdimfopclaeakpadknjkcaeijcicjaep |
URL Oficial | https://chromewebstore.google.com/detail/bmp-to-pdf-converter/kdimfopclaeakpadknjkcaeijcicjaep |
Descrição | Convert BMP Files to PDF format |
Tamanho do Arquivo | 52.53 KB |
Contagem de Instalações | 461 |
Versão Atual | 4.0 |
Última Atualização | 2022-04-12 |
Data de Publicação | 2020-05-28 |
Classificação | 4.33/5 Total de 6 Avaliações |
Desenvolvedor | https://online-converter.freepdfsolutions.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://online-converter.freepdfsolutions.com/#bmp-to-pdf-converter |
URL da Página de Política de Privacidade | https://www.freepdfsolutions.com/privacypolicy.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BMP to PDF Converter", "default_locale": "en", "description": "Convert BMP Files to PDF format", "background": { "scripts": [ "background.js" ] }, "version": "4.0", "icons": { "128": "images\/icon-128.png" }, "permissions": [ "*:\/\/api.freeconverting.com\/*" ], "homepage_url": "https:\/\/api.freeconverting.com\/bmp-to-pdf-converter.html", "browser_action": { "default_icon": "images\/icon-128.png" }, "web_accessible_resources": [ "interface\/*" ] } |