Instant Base64
Instantly converts an image to its Base64 string value and copies it to the clipboard.
Was ist Instant Base64?
Instant Base64 ist eine Chrome-Erweiterung, die von Marius Olbertz entwickelt wurde, und ihr Hauptmerkmal ist "Instantly converts an image to its Base64 string value and copies it to the clipboard.".
Erweiterungsscreenshots
Instant Base64-Erweiterungs-CRX-Datei herunterladen
Laden Sie Instant 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
Instantly converts an image to its Base64 string value and copies it to the clipboard.
Grundlegende Informationen zur Erweiterung
Name | Instant Base64 |
ID | ikfcjclgcgglkgmcanalhmmjomgilcph |
Offizielle URL | https://chromewebstore.google.com/detail/instant-base64/ikfcjclgcgglkgmcanalhmmjomgilcph |
Beschreibung | Instantly converts an image to its Base64 string value and copies it to the clipboard. |
Dateigröße | 7.64 KB |
Installationsanzahl | 110 |
Aktuelle Version | 0.2.0 |
Letztes Update | 2014-08-11 |
Veröffentlichungsdatum | 2014-08-11 |
Bewertung | 4.00/5 Insgesamt 2 Bewertungen |
Entwickler | Marius Olbertz |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |