Clip64 Base64 Decoder

Decode Base64 to the clipboard.

Co to jest Clip64 Base64 Decoder?

Clip64 Base64 Decoder to rozszerzenie Chrome opracowane przez jacksteamdev, a jego główną funkcją jest „Decode Base64 to the clipboard.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Clip64 Base64 Decoder

Pobierz pliki rozszerzeń Clip64 Base64 Decoder w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Clip64 Base64 Decoder Clip64 Base64 Decoder
ID hdneaoibdfdmifgfjjlkbkceanhjmgch
Oficjalny URL https://chromewebstore.google.com/detail/clip64-base64-decoder/hdneaoibdfdmifgfjjlkbkceanhjmgch
Opis Decode Base64 to the clipboard.
Rozmiar pliku 632 KB
Liczba instalacji 768
Aktualna Wersja 0.5.1
Ostatnia Aktualizacja 2019-03-06
Data Publikacji 2019-03-05
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper jacksteamdev
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}