Clip64 Base64 Decoder

Decode Base64 to the clipboard.

Wat is Clip64 Base64 Decoder?

Clip64 Base64 Decoder is een Chrome-extensie ontwikkeld door jacksteamdev, en de belangrijkste functie is "Decode Base64 to the clipboard.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Clip64 Base64 Decoder

Download Clip64 Base64 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

                        Clip64 decodes Base64 straight to your clipboard! Desktop notification included.

Need to decode Base64 in your browser?

Tired of going to Base64 decoder websites?

This is a Chrome Extension that does one thing. It adds an option to decode Base64 when you right-click some selected text.

Try it, you'll like it.                    

Basisinformatie over de Extensie

Naam Clip64 Base64 Decoder Clip64 Base64 Decoder
ID hdneaoibdfdmifgfjjlkbkceanhjmgch
Officiële URL https://chromewebstore.google.com/detail/clip64-base64-decoder/hdneaoibdfdmifgfjjlkbkceanhjmgch
Beschrijving Decode Base64 to the clipboard.
Bestandsgrootte 632 KB
Aantal Installaties 768
Huidige Versie 0.5.1
Laatst Bijgewerkt 2019-03-06
Publicatiedatum 2019-03-05
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar jacksteamdev
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clip64 Base64 Decoder",
    "version": "0.5.1",
    "description": "Decode Base64 to the clipboard.",
    "author": "Jack and Amy Steam ",
    "short_name": "Clip64",
    "browser_action": {
        "default_icon": {
            "16": "images\/clip64-icon-16.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/clip64-icon-16.png",
        "48": "images\/clip64-icon-48.png",
        "128": "images\/clip64-icon-128.png"
    },
    "permissions": [
        "contextMenus",
        "notifications"
    ]
}