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…
Hvad er Convert Base64?
Convert Base64 er en Chrome-udvidelse udviklet af André Paraíso, og dens hovedfunktion er "Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the…".
Udvidelsesskærmbilleder
Download Convert Base64-udvidelses-CRX-fil
Download Convert Base64-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Convert Base64 |
ID | dfnapbflpcpghnapjagkicfjdlgpcndf |
Officiel URL | https://chromewebstore.google.com/detail/convert-base64/dfnapbflpcpghnapjagkicfjdlgpcndf |
Beskrivelse | Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the… |
Filstørrelse | 7.34 KB |
Antal Installationer | 14 |
Nuværende Version | 1.3.1 |
Senest Opdateret | 2016-01-28 |
Udgivelsesdato | 2016-01-28 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | André Paraíso |
Betalingsmetode | free |
Understøttede Sprog | 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": [ " |