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 là gì?

Vaporwave Aesthetic Generator là một tiện ích mở rộng Chrome được phát triển bởi Mikołaj Zyzański, và tính năng chính của nó là "Generate vaporwave aesthetic text with this chrome extension! Press the extension's icon on the top right corner of the browser to…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Vaporwave Aesthetic Generator

Tải xuống các tệp mở rộng Vaporwave Aesthetic Generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Vaporwave Aesthetic Generator Vaporwave Aesthetic Generator
ID honmhhcimiofihhpfkkjmlnhhkhfddbp
URL Chính Thức https://chromewebstore.google.com/detail/vaporwave-aesthetic-gener/honmhhcimiofihhpfkkjmlnhhkhfddbp
Mô tả Generate vaporwave aesthetic text with this chrome extension! Press the extension's icon on the top right corner of the browser to…
Kích Thước Tệp 877 KB
Số Lần Cài Đặt 253
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2019-05-21
Ngày Phát Hành 2019-05-21
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Mikołaj Zyzański
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Redseb/vaporwaveChromeExtension
Ngôn Ngữ Được Hỗ Trợ 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
    }
}