Revayz

Revise text in any language, on any website.

什么是Revayz?

Revayz是由https://revayz.com开发的Chrome扩展程序,该扩展的主要功能是“Revise text in any language, on any website.”。

扩展截图

screenshot
screenshot
screenshot

下载Revayz扩展crx文件

下载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"
            ]
        }
    ]
}