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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ https://revayz.com/contact-us/
URL หน้านโยบายความเป็นส่วนตัว 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"
            ]
        }
    ]
}