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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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