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是由Mikołaj Zyzański开发的Chrome扩展程序,该扩展的主要功能是“Generate vaporwave aesthetic text with this chrome extension! Press the extension's icon on the top right corner of the browser to…”。

扩展截图

screenshot
screenshot

下载Vaporwave Aesthetic Generator扩展crx文件

下载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
    }
}