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…

Что такое Vaporwave Aesthetic Generator?

Vaporwave Aesthetic Generator - это расширение Chrome, разработанное Mikołaj Zyzański, и его основная функция - "Generate vaporwave aesthetic text with this chrome extension! Press the extension's icon on the top right corner of the browser to…".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Vaporwave Aesthetic Generator

Скачайте файлы расширений Vaporwave Aesthetic Generator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название Vaporwave Aesthetic Generator Vaporwave Aesthetic Generator
ID honmhhcimiofihhpfkkjmlnhhkhfddbp
Официальный URL https://chromewebstore.google.com/detail/vaporwave-aesthetic-gener/honmhhcimiofihhpfkkjmlnhhkhfddbp
Описание Generate vaporwave aesthetic text with this chrome extension! Press the extension's icon on the top right corner of the browser to…
Размер файла 877 KB
Количество установок 253
Текущая Версия 0.0.1
Последнее Обновление 2019-05-21
Дата публикации 2019-05-21
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Mikołaj Zyzański
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/Redseb/vaporwaveChromeExtension
Поддерживаемые языки 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
    }
}