Revayz
Revise text in any language, on any website.
Revayz là gì?
Revayz là một tiện ích mở rộng Chrome được phát triển bởi https://revayz.com, và tính năng chính của nó là "Revise text in any language, on any website.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Revayz
Tải xuống các tệp mở rộng Revayz dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Revayz |
ID | djphikmlmccabiibdkekmaklaggmhdph |
URL Chính Thức | https://chromewebstore.google.com/detail/revayz/djphikmlmccabiibdkekmaklaggmhdph |
Mô tả | Revise text in any language, on any website. |
Kích Thước Tệp | 2.25 MB |
Số Lần Cài Đặt | 28 |
Phiên Bản Hiện Tại | 0.0.4 |
Cập Nhật Lần Cuối | 2023-11-07 |
Ngày Phát Hành | 2023-10-16 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://revayz.com |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://www.revayz.com |
URL Trang Trợ Giúp | https://revayz.com/contact-us/ |
URL Trang Chính Sách Bảo Mật | https://revayz.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |