copy-base64

Copy the image to the Clipboard in Base64 format. see source https://github.com/kyo-ago/copy-base64

Co to jest copy-base64?

copy-base64 to rozszerzenie Chrome opracowane przez https://0-9.tumblr.com, a jego główną funkcją jest „Copy the image to the Clipboard in Base64 format. see source https://github.com/kyo-ago/copy-base64”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia copy-base64

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

                        Copy the image to the Clipboard in Base64 format.

see source https://github.com/kyo-ago/copy-base64                    

Podstawowe informacje o rozszerzeniu

Nazwa copy-base64 copy-base64
ID obeffifkdkfbpodhaoelcjdljgiapjnl
Oficjalny URL https://chromewebstore.google.com/detail/copy-base64/obeffifkdkfbpodhaoelcjdljgiapjnl
Opis Copy the image to the Clipboard in Base64 format. see source https://github.com/kyo-ago/copy-base64
Rozmiar pliku 7.14 KB
Liczba instalacji 578
Aktualna Wersja 0.0.4
Ostatnia Aktualizacja 2014-01-23
Data Publikacji 2014-01-23
Ocena 3.67/5 Łącznie 6 Oceny
Deweloper https://0-9.tumblr.com
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",
    "name": "copy-base64",
    "version": "0.0.4",
    "manifest_version": 2,
    "icons": {
        "16": "logo.png",
        "128": "logo.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "\/src\/background.js"
        ]
    },
    "permissions": [
        "",
        "contextMenus",
        "clipboardWrite"
    ]
}