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 to jest Vaporwave Aesthetic Generator?

Vaporwave Aesthetic Generator to rozszerzenie Chrome opracowane przez Mikołaj Zyzański, a jego główną funkcją jest „Generate vaporwave aesthetic text with this chrome extension! Press the extension's icon on the top right corner of the browser to…”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Vaporwave Aesthetic Generator

Pobierz pliki rozszerzeń Vaporwave Aesthetic Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Vaporwave Aesthetic Generator Vaporwave Aesthetic Generator
ID honmhhcimiofihhpfkkjmlnhhkhfddbp
Oficjalny URL https://chromewebstore.google.com/detail/vaporwave-aesthetic-gener/honmhhcimiofihhpfkkjmlnhhkhfddbp
Opis Generate vaporwave aesthetic text with this chrome extension! Press the extension's icon on the top right corner of the browser to…
Rozmiar pliku 877 KB
Liczba instalacji 253
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2019-05-21
Data Publikacji 2019-05-21
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Mikołaj Zyzański
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/Redseb/vaporwaveChromeExtension
Obsługiwane Języki 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
    }
}