copy-base64

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

Was ist copy-base64?

copy-base64 ist eine Chrome-Erweiterung, die von https://0-9.tumblr.com entwickelt wurde, und ihr Hauptmerkmal ist "Copy the image to the Clipboard in Base64 format. see source https://github.com/kyo-ago/copy-base64".

Erweiterungsscreenshots

screenshot
screenshot

copy-base64-Erweiterungs-CRX-Datei herunterladen

Laden Sie copy-base64-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Copy the image to the Clipboard in Base64 format.

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

Grundlegende Informationen zur Erweiterung

Name copy-base64 copy-base64
ID obeffifkdkfbpodhaoelcjdljgiapjnl
Offizielle URL https://chromewebstore.google.com/detail/copy-base64/obeffifkdkfbpodhaoelcjdljgiapjnl
Beschreibung Copy the image to the Clipboard in Base64 format. see source https://github.com/kyo-ago/copy-base64
Dateigröße 7.14 KB
Installationsanzahl 578
Aktuelle Version 0.0.4
Letztes Update 2014-01-23
Veröffentlichungsdatum 2014-01-23
Bewertung 3.67/5 Insgesamt 6 Bewertungen
Entwickler https://0-9.tumblr.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}