Base64 Encoder and Decoder

Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also.

Wat is Base64 Encoder and Decoder?

Base64 Encoder and Decoder is een Chrome-extensie ontwikkeld door https://www.linkwebbie.com, en de belangrijkste functie is "Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Base64 Encoder and Decoder

Download Base64 Encoder and Decoder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Base64 Encoder and Decoder Base64 Encoder and Decoder
ID hmndaanmnneonjcekcbeeedioimiffpj
Officiële URL https://chromewebstore.google.com/detail/base64-encoder-and-decode/hmndaanmnneonjcekcbeeedioimiffpj
Beschrijving Encode plain text to Base64, Decode Base64 text to plain text – All functionality available offline also.
Bestandsgrootte 64 KB
Aantal Installaties 3,928
Huidige Versie 1.5.2
Laatst Bijgewerkt 2022-10-18
Publicatiedatum 2018-08-01
Beoordeling 4.67/5 Totaal 3 Beoordelingen
Ontwikkelaar https://www.linkwebbie.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.linkwebbie.com
URL van de Privacybeleid Pagina https://www.linkwebbie.com/legal/privacy-policy
Ondersteunde Talen 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
}