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…
¿Qué es Convert Base64?
Convert Base64 es una extensión de Chrome desarrollada por André Paraíso, y su función principal es "Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Convert Base64
Descarga archivos de extensión Convert Base64 en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Convert Base64 |
ID | dfnapbflpcpghnapjagkicfjdlgpcndf |
URL Oficial | https://chromewebstore.google.com/detail/convert-base64/dfnapbflpcpghnapjagkicfjdlgpcndf |
Descripción | Small tool that allow the conversions of imagens to base64. You can use the button to convert an imagem from your computer or the… |
Tamaño del Archivo | 7.34 KB |
Cantidad de Instalaciones | 14 |
Versión Actual | 1.3.1 |
Última Actualización | 2016-01-28 |
Fecha de Publicación | 2016-01-28 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | André Paraíso |
Tipo de Pago | free |
Idiomas Soportados | 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": [ " |