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
Eメール [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"
            ]
        }
    ]
}