Gato Base 64 Encoder / Decoder

Gato Base 64 Encoder / Decoder encodes to and decodes from Base 64 format.

What is Gato Base 64 Encoder / Decoder?

Gato Base 64 Encoder / Decoder is a Chrome extension developed by gatoapps, and its main feature is "Gato Base 64 Encoder / Decoder encodes to and decodes from Base 64 format.".

Extension Screenshots

screenshot

Download Gato Base 64 Encoder / Decoder Extension CRX File

Download Gato Base 64 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

                        Gato Base 64 Encoder / Decoder is a simple tool that allows you to encode to and decode from Base 64 format.                    

Extension Basic Information

Name Gato Base 64 Encoder / Decoder Gato Base 64 Encoder / Decoder
ID hbjipahjdnkchnhlmhlbakoooiilhkhh
Official URL https://chromewebstore.google.com/detail/gato-base-64-encoder-deco/hbjipahjdnkchnhlmhlbakoooiilhkhh
Description Gato Base 64 Encoder / Decoder encodes to and decodes from Base 64 format.
File Size 14.55 KB
Installation Count 2,268
Current Version 1.0.0
Last Updated 2013-11-03
Publish Date 2013-11-03
Rating 5.00/5 Total 1 Ratings
Developer gatoapps
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gato Base 64 Encoder \/ Decoder",
    "manifest_version": 2,
    "version": "1.0.0",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "clipboardRead",
        "clipboardWrite"
    ],
    "description": "Gato Base 64 Encoder \/ Decoder encodes to and decodes from Base 64 format.",
    "browser_action": {
        "default_icon": "icons\/16.png",
        "default_popup": "popup.html"
    }
}