Instant Base64

Instantly converts an image to its Base64 string value and copies it to the clipboard.

Co to jest Instant Base64?

Instant Base64 to rozszerzenie Chrome opracowane przez Marius Olbertz, a jego główną funkcją jest „Instantly converts an image to its Base64 string value and copies it to the clipboard.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Instant Base64

Pobierz pliki rozszerzeń Instant Base64 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

                        Instantly converts an image to its Base64 string value and copies it to the clipboard.                    

Podstawowe informacje o rozszerzeniu

Nazwa Instant Base64 Instant Base64
ID ikfcjclgcgglkgmcanalhmmjomgilcph
Oficjalny URL https://chromewebstore.google.com/detail/instant-base64/ikfcjclgcgglkgmcanalhmmjomgilcph
Opis Instantly converts an image to its Base64 string value and copies it to the clipboard.
Rozmiar pliku 7.64 KB
Liczba instalacji 110
Aktualna Wersja 0.2.0
Ostatnia Aktualizacja 2014-08-11
Data Publikacji 2014-08-11
Ocena 4.00/5 Łącznie 2 Oceny
Deweloper Marius Olbertz
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instant Base64",
    "version": "0.2.0",
    "description": "Instantly converts an image to its Base64 string value and copies it to the clipboard.",
    "permissions": [
        "contextMenus",
        "clipboardWrite",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications"
    ],
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "manifest_version": 2
}