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…

Co je Vaporwave Aesthetic Generator?

Vaporwave Aesthetic Generator je rozšíření Chrome vyvinuté Mikołaj Zyzański, a jeho hlavní funkcí je „Generate vaporwave aesthetic text with this chrome extension! Press the extension's icon on the top right corner of the browser to…“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Vaporwave Aesthetic Generator

Stáhněte si soubory rozšíření Vaporwave Aesthetic Generator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Vaporwave Aesthetic Generator Vaporwave Aesthetic Generator
ID honmhhcimiofihhpfkkjmlnhhkhfddbp
Oficiální URL https://chromewebstore.google.com/detail/vaporwave-aesthetic-gener/honmhhcimiofihhpfkkjmlnhhkhfddbp
Popis Generate vaporwave aesthetic text with this chrome extension! Press the extension's icon on the top right corner of the browser to…
Velikost souboru 877 KB
Počet instalací 253
Aktuální Verze 0.0.1
Poslední Aktualizace 2019-05-21
Datum Vydání 2019-05-21
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Mikołaj Zyzański
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/Redseb/vaporwaveChromeExtension
Podporované Jazyky 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
    }
}