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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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"
            ]
        }
    ]
}