Convert Base64
Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the…
O que é Convert Base64?
Convert Base64 é uma extensão do Chrome desenvolvida por André Paraíso, e sua principal característica é "Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Convert Base64
Baixe arquivos de extensão Convert Base64 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
Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the right mouse button in a webpage image to converter it. The conversion is open in a new window that will allow you to copy it.
Informações Básicas da Extensão
Nome | Convert Base64 |
ID | dfnapbflpcpghnapjagkicfjdlgpcndf |
URL Oficial | https://chromewebstore.google.com/detail/convert-base64/dfnapbflpcpghnapjagkicfjdlgpcndf |
Descrição | Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the… |
Tamanho do Arquivo | 7.34 KB |
Contagem de Instalações | 14 |
Versão Atual | 1.3.1 |
Última Atualização | 2016-01-28 |
Data de Publicação | 2016-01-28 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | André Paraíso |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Convert Base64", "version": "1.3.1", "manifest_version": 2, "icons": { "128": "logoprd.png" }, "background": { "persistent": false, "scripts": [ "\/src\/background.js" ] }, "browser_action": { "default_icon": "logoprd.png", "default_title": "Convert Base64", "default_popup": "src\/popup.html" }, "permissions": [ " |