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…

Apa itu Vaporwave Aesthetic Generator?

Vaporwave Aesthetic Generator adalah ekstensi Chrome yang dikembangkan oleh Mikołaj Zyzański, dan fitur utamanya adalah "Generate vaporwave aesthetic text with this chrome extension! Press the extension's icon on the top right corner of the browser to…".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Vaporwave Aesthetic Generator

Unduh file ekstensi Vaporwave Aesthetic Generator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Vaporwave Aesthetic Generator Vaporwave Aesthetic Generator
ID honmhhcimiofihhpfkkjmlnhhkhfddbp
URL Resmi https://chromewebstore.google.com/detail/vaporwave-aesthetic-gener/honmhhcimiofihhpfkkjmlnhhkhfddbp
Deskripsi Generate vaporwave aesthetic text with this chrome extension! Press the extension's icon on the top right corner of the browser to…
Ukuran File 877 KB
Jumlah Instalasi 253
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2019-05-21
Tanggal Publikasi 2019-05-21
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Mikołaj Zyzański
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/Redseb/vaporwaveChromeExtension
Bahasa yang Didukung 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
    }
}