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…

Was ist Vaporwave Aesthetic Generator?

Vaporwave Aesthetic Generator ist eine Chrome-Erweiterung, die von Mikołaj Zyzański entwickelt wurde, und ihr Hauptmerkmal ist "Generate vaporwave aesthetic text with this chrome extension! Press the extension's icon on the top right corner of the browser to…".

Erweiterungsscreenshots

screenshot
screenshot

Vaporwave Aesthetic Generator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Vaporwave Aesthetic Generator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Vaporwave Aesthetic Generator Vaporwave Aesthetic Generator
ID honmhhcimiofihhpfkkjmlnhhkhfddbp
Offizielle URL https://chromewebstore.google.com/detail/vaporwave-aesthetic-gener/honmhhcimiofihhpfkkjmlnhhkhfddbp
Beschreibung Generate vaporwave aesthetic text with this chrome extension! Press the extension's icon on the top right corner of the browser to…
Dateigröße 877 KB
Installationsanzahl 253
Aktuelle Version 0.0.1
Letztes Update 2019-05-21
Veröffentlichungsdatum 2019-05-21
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Mikołaj Zyzański
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/Redseb/vaporwaveChromeExtension
Unterstützte Sprachen 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
    }
}