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