Revayz

Revise text in any language, on any website.

Qu'est-ce que Revayz ?

Revayz est une extension Chrome développée par https://revayz.com, et sa fonction principale est "Revise text in any language, on any website.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Revayz

Téléchargez les fichiers d'extension Revayz au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Revayz Revayz
ID djphikmlmccabiibdkekmaklaggmhdph
URL Officiel https://chromewebstore.google.com/detail/revayz/djphikmlmccabiibdkekmaklaggmhdph
Description Revise text in any language, on any website.
Taille du Fichier 2.25 MB
Nombre d'Installations 28
Version Actuelle 0.0.4
Dernière Mise à Jour 2023-11-07
Date de Publication 2023-10-16
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://revayz.com
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://www.revayz.com
URL de la Page d'Aide https://revayz.com/contact-us/
URL de la Page de Politique de Confidentialité https://revayz.com/privacy-policy
Langues Prises en Charge 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"
            ]
        }
    ]
}