Clip64 Base64 Decoder

Decode Base64 to the clipboard.

Vad är Clip64 Base64 Decoder?

Clip64 Base64 Decoder är en Chrome-tillägg utvecklad av jacksteamdev, och dess huvudfunktion är "Decode Base64 to the clipboard.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Clip64 Base64 Decoder-förlängningens CRX-fil

Ladda ner Clip64 Base64 Decoder-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Clip64 Base64 Decoder Clip64 Base64 Decoder
ID hdneaoibdfdmifgfjjlkbkceanhjmgch
Officiell webbadress https://chromewebstore.google.com/detail/clip64-base64-decoder/hdneaoibdfdmifgfjjlkbkceanhjmgch
Beskrivning Decode Base64 to the clipboard.
Filstorlek 632 KB
Antal Installationer 768
Aktuell Version 0.5.1
Senast Uppdaterad 2019-03-06
Publiceringsdatum 2019-03-05
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare jacksteamdev
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}