Gato Base 64 Encoder / Decoder

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

Gato Base 64 Encoder / Decoder क्या है?

Gato Base 64 Encoder / Decoder gatoapps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gato Base 64 Encoder / Decoder encodes to and decodes from Base 64 format."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Gato Base 64 Encoder / Decoder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Gato Base 64 Encoder / Decoder Gato Base 64 Encoder / Decoder
ID hbjipahjdnkchnhlmhlbakoooiilhkhh
आधिकारिक URL https://chromewebstore.google.com/detail/gato-base-64-encoder-deco/hbjipahjdnkchnhlmhlbakoooiilhkhh
विवरण Gato Base 64 Encoder / Decoder encodes to and decodes from Base 64 format.
फ़ाइल का आकार 14.55 KB
स्थापना संख्या 2,268
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2013-11-03
प्रकाशन तिथि 2013-11-03
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर gatoapps
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}