Base64 Encoder and Decoder
Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also.
O que é Base64 Encoder and Decoder?
Base64 Encoder and Decoder é uma extensão do Chrome desenvolvida por https://www.linkwebbie.com, e sua principal característica é "Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Base64 Encoder and Decoder
Baixe arquivos de extensão Base64 Encoder and Decoder 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
Easily encode and decode strings in base64 with Link Webbie new chrome extension, which gives the simplicity in encoding and decoding text or strings in base64. This extension can be used while you look at different websites on the web even encode there content in base64.
Informações Básicas da Extensão
Nome | Base64 Encoder and Decoder |
ID | hmndaanmnneonjcekcbeeedioimiffpj |
URL Oficial | https://chromewebstore.google.com/detail/base64-encoder-and-decode/hmndaanmnneonjcekcbeeedioimiffpj |
Descrição | Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also. |
Tamanho do Arquivo | 64 KB |
Contagem de Instalações | 3,928 |
Versão Atual | 1.5.2 |
Última Atualização | 2022-10-18 |
Data de Publicação | 2018-08-01 |
Classificação | 4.67/5 Total de 3 Avaliações |
Desenvolvedor | https://www.linkwebbie.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.linkwebbie.com |
URL da Página de Política de Privacidade | https://www.linkwebbie.com/legal/privacy-policy |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Base64 Encoder and Decoder", "version": "1.5.2", "offline_enabled": true, "description": "Encode plain text to Base64, Decode Base64 text to plain text \u2013 All functionality available offline also. ", "icons": { "16": "images\/icon.png", "32": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "action": { "default_title": "Base 64 Encoder and Decoder", "default_popup": "popup.html", "default_icon": "images\/icon.png" }, "manifest_version": 3 } |