Instant Base64
Instantly converts an image to its Base64 string value and copies it to the clipboard.
Apa itu Instant Base64?
Instant Base64 adalah ekstensi Chrome yang dikembangkan oleh Marius Olbertz, dan fitur utamanya adalah "Instantly converts an image to its Base64 string value and copies it to the clipboard.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Instant Base64
Unduh file ekstensi Instant Base64 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Instantly converts an image to its Base64 string value and copies it to the clipboard.
Informasi Dasar Ekstensi
Nama | Instant Base64 |
ID | ikfcjclgcgglkgmcanalhmmjomgilcph |
URL Resmi | https://chromewebstore.google.com/detail/instant-base64/ikfcjclgcgglkgmcanalhmmjomgilcph |
Deskripsi | Instantly converts an image to its Base64 string value and copies it to the clipboard. |
Ukuran File | 7.64 KB |
Jumlah Instalasi | 110 |
Versi Saat Ini | 0.2.0 |
Terakhir Diperbarui | 2014-08-11 |
Tanggal Publikasi | 2014-08-11 |
Penilaian | 4.00/5 Total 2 Penilaian |
Pengembang | Marius Olbertz |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |