Convert Base64
Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the…
Apa itu Convert Base64?
Convert Base64 adalah ekstensi Chrome yang dikembangkan oleh André Paraíso, dan fitur utamanya adalah "Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Convert Base64
Unduh file ekstensi Convert 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
Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the right mouse button in a webpage image to converter it. The conversion is open in a new window that will allow you to copy it.
Informasi Dasar Ekstensi
Nama | Convert Base64 |
ID | dfnapbflpcpghnapjagkicfjdlgpcndf |
URL Resmi | https://chromewebstore.google.com/detail/convert-base64/dfnapbflpcpghnapjagkicfjdlgpcndf |
Deskripsi | Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the… |
Ukuran File | 7.34 KB |
Jumlah Instalasi | 14 |
Versi Saat Ini | 1.3.1 |
Terakhir Diperbarui | 2016-01-28 |
Tanggal Publikasi | 2016-01-28 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | André Paraíso |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Convert Base64", "version": "1.3.1", "manifest_version": 2, "icons": { "128": "logoprd.png" }, "background": { "persistent": false, "scripts": [ "\/src\/background.js" ] }, "browser_action": { "default_icon": "logoprd.png", "default_title": "Convert Base64", "default_popup": "src\/popup.html" }, "permissions": [ " |