Revayz

Revise text in any language, on any website.

ما هو Revayz؟

Revayz هو إضافة Chrome تم تطويرها بواسطة https://revayz.com، والميزة الرئيسية لها هي "Revise text in any language, on any website.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Revayz

قم بتنزيل ملفات الامتداد Revayz بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Revayz: Your Personal Editor and Translator

Unlock the power of perfect text and break language barriers with the Revayz. With our revision feature, effortlessly refine your writing across the web. Whether it's crafting an email, a blog post, or expressing yourself online, Revayz helps you shine.

But that's not all! Revayz's translation feature makes global communication a breeze. Type your message, select your desired language, and click the Revayz logo icon to instantly break language barriers. Wherever you are, whatever you write, Revayz is your trusted companion for effective, worldwide communication. 

Download the extension now and elevate your words, effortlessly.                    

معلومات أساسية عن التمديد

الاسم Revayz Revayz
ID djphikmlmccabiibdkekmaklaggmhdph
عنوان URL الرسمي https://chromewebstore.google.com/detail/revayz/djphikmlmccabiibdkekmaklaggmhdph
الوصف Revise text in any language, on any website.
حجم الملف 2.25 MB
عدد التثبيتات 28
النسخة الحالية 0.0.4
آخر تحديث 2023-11-07
تاريخ النشر 2023-10-16
تقييم 5.00/5 مجموع تقييمات 5
المطور https://revayz.com
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://www.revayz.com
عنوان صفحة المساعدة https://revayz.com/contact-us/
عنوان صفحة سياسة الخصوصية https://revayz.com/privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "revayz-extension",
    "description": "Revise text in any language, on any website.",
    "name": "Revayz",
    "icons": {
        "16": "favicon.ico",
        "48": "logo192.png",
        "128": "logo512.png"
    },
    "permissions": [
        "storage"
    ],
    "version": "0.0.4",
    "manifest_version": 3,
    "action": {
        "default_icon": "logo192.png",
        "default_popup": "index.html",
        "default_title": "Revayz"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "css": [
                "content-scripts\/js\/button.css"
            ],
            "js": [
                "content-scripts\/js\/onload.js"
            ]
        }
    ],
    "background": {
        "service_worker": "service-workers\/background.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "revayz-icon.png",
                "revayz-disabled-icon.png"
            ]
        }
    ]
}