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'est-ce que Vaporwave Aesthetic Generator ?

Vaporwave Aesthetic Generator est une extension Chrome développée par Mikołaj Zyzański, et sa fonction principale est "Generate vaporwave aesthetic text with this chrome extension! Press the extension's icon on the top right corner of the browser to…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Vaporwave Aesthetic Generator

Téléchargez les fichiers d'extension Vaporwave Aesthetic Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Vaporwave Aesthetic Generator Vaporwave Aesthetic Generator
ID honmhhcimiofihhpfkkjmlnhhkhfddbp
URL Officiel https://chromewebstore.google.com/detail/vaporwave-aesthetic-gener/honmhhcimiofihhpfkkjmlnhhkhfddbp
Description Generate vaporwave aesthetic text with this chrome extension! Press the extension's icon on the top right corner of the browser to…
Taille du Fichier 877 KB
Nombre d'Installations 253
Version Actuelle 0.0.1
Dernière Mise à Jour 2019-05-21
Date de Publication 2019-05-21
Évaluation 5.00/5 Total 2 Évaluations
Développeur Mikołaj Zyzański
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Redseb/vaporwaveChromeExtension
Langues Prises en Charge 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
    }
}