Base64 encoder & decoder

Encode text into base64 and base64 into text

What is Base64 encoder & decoder?

Base64 encoder & decoder is a Chrome extension developed by Developer64, and its main feature is "Encode text into base64 and base64 into text".

Extension Screenshots

screenshot
screenshot

Download Base64 encoder & decoder Extension CRX File

Download Base64 encoder & decoder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Encode some text into base64 in your browser ! Easy and fast.

You can encode text into base64 and base64 into text.
Just in your browser.                    

Extension Basic Information

Name Base64 encoder & decoder Base64 encoder & decoder
ID jiklnlhpmjoonfenfeebmmgbkmlmfcjk
Official URL https://chromewebstore.google.com/detail/base64-encoder-decoder/jiklnlhpmjoonfenfeebmmgbkmlmfcjk
Description Encode text into base64 and base64 into text
File Size 6.63 KB
Installation Count 27
Current Version 1.0
Last Updated 2018-11-02
Publish Date 2018-11-02
Rating 5.00/5 Total 1 Ratings
Developer Developer64
Email [email protected]
Payment Type free
Extension Website https://sites.google.com/view/mineblock-app
Help Page URL https://sites.google.com/view/mineblock-app/help
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Base64 encoder & decoder",
    "version": "1.0",
    "description": "Encode text into base64 and base64 into text",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab"
    ]
}