Revayz
Revise text in any language, on any website.
Revayz क्या है?
Revayz https://revayz.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Revise text in any language, on any website."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Revayz एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } ] } |