Vaporwave Aesthetic Generator

Generate vaporwave aesthetic text with this chrome extension! Press the extension's icon on the top right corner of the browser to…

¿Qué es Vaporwave Aesthetic Generator?

Vaporwave Aesthetic Generator es una extensión de Chrome desarrollada por Mikołaj Zyzański, y su función principal es "Generate vaporwave aesthetic text with this chrome extension! Press the extension's icon on the top right corner of the browser to…".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Vaporwave Aesthetic Generator

Descarga archivos de extensión Vaporwave Aesthetic Generator 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

                        Generate vaporwave aesthetic text with this chrome extension!

Press the extension's icon on the top right corner of the browser to open the popup. Type in the text want vaporwavized and press "generate", the aesthetic version is now copied and in your clipboard!

OR

Select some text on the browser, right click and select "Vaporwavise", the aesthetic version is now copied and in your clipboard!                    

Información Básica de la Extensión

Nombre Vaporwave Aesthetic Generator Vaporwave Aesthetic Generator
ID honmhhcimiofihhpfkkjmlnhhkhfddbp
URL Oficial https://chromewebstore.google.com/detail/vaporwave-aesthetic-gener/honmhhcimiofihhpfkkjmlnhhkhfddbp
Descripción Generate vaporwave aesthetic text with this chrome extension! Press the extension's icon on the top right corner of the browser to…
Tamaño del Archivo 877 KB
Cantidad de Instalaciones 253
Versión Actual 0.0.1
Última Actualización 2019-05-21
Fecha de Publicación 2019-05-21
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador Mikołaj Zyzański
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/Redseb/vaporwaveChromeExtension
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vaporwave Aesthetic Generator",
    "version": "0.0.1",
    "permissions": [
        "storage",
        "contextMenus",
        "clipboardWrite"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Vaporwave Aesthetic Generator"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    }
}