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
Eメール [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
    }
}