The Rayo Assistant

Rayo is a Chrome Extension that summarizes any webpage for screen reader users with just one click using ChatGPT OpenAI

The Rayo Assistantคืออะไร?

The Rayo Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย developer และคุณลักษณะหลักของมันคือ "Rayo is a Chrome Extension that summarizes any webpage for screen reader users with just one click using ChatGPT OpenAI"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Rayo Assistant

ดาวน์โหลดไฟล์ส่วนขยาย The Rayo Assistant ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The Rayo Assistant is a powerful Chrome extension specifically designed to enhance the browsing experience for visually impaired individuals.
With just one click, Rayo leverages the advanced capabilities of ChatGPT, an OpenAI language model, to summarize any webpage, making it easily accessible to screen reader users.
Say goodbye to the frustration of unfamiliar web layouts and cluttered navigation menus. Rayo empowers you to consume information efficiently and hassle-free.
Key Benefits:
    i) Hassle-free information consumption for screen reader users, allowing them to save time and effort.
    ii) Enhanced productivity and accessibility for researchers, students, teachers, and anyone who experiences frustration with inaccessible web content.
Key Features:
1. Web Layout Description: Rayo provides a concise and intuitive description of the web layout, enabling easy navigation through the webpage.
2. Website Content Summarization: With just one click, Rayo's advanced algorithm analyzes the webpage's content and generates a succinct summary of its main points.
3. Skip to Main Content: Quickly extract the main content of a webpage without spending hours navigating through menus or encountering ad banners.
4. Link Compilation: Rayo compiles all the links and buttons of the website into one convenient location, allowing for easy access and exploration.
5. Image Captioning: Describe desired images within the webpage to gain a better understanding of visual content.
6. Full Keyboard Support: Rayo offers complete keyboard navigation support, ensuring a seamless browsing experience.
7. Screen Reader Compatibility: Rayo is designed to seamlessly integrate with screen reader software, ensuring optimal accessibility for visually impaired users.
8. No OpenAI Account Required: Enjoy the benefits of Rayo without the need for an OpenAI account.
Instructions:
1. Install Rayo from the Chrome Web Store..
2. Visit any web page with written content.
3. Activate Rayo by pressing Ctrl + Shift + L.
4. Utilize the Tab key to navigate through buttons.
5. Press Enter to select a button.
6. Use the Tab key to read the content and explore the webpage effortlessly.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ The Rayo Assistant The Rayo Assistant
ID bcklgjhgkajacjojgblclcagabknpggp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/the-rayo-assistant/bcklgjhgkajacjojgblclcagabknpggp
คำอธิบาย Rayo is a Chrome Extension that summarizes any webpage for screen reader users with just one click using ChatGPT OpenAI
ขนาดไฟล์ 15.19 MB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 0.2.2.1
อัปเดตครั้งล่าสุด 2023-07-05
วันที่เผยแพร่ 2023-05-23
ผู้พัฒนา developer
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.therayo.com/
URL หน้าช่วยเหลือ https://www.therayo.com/how-to-use-rayo-browser-extension
URL หน้านโยบายความเป็นส่วนตัว https://www.privacypolicygenerator.info/live.php?token=volG8C5cfqOuxLkQo2nkge9NQM62H9sp
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Rayo Assistant",
    "description": "Rayo is a Chrome Extension that summarizes any webpage for screen reader users with just one click using ChatGPT OpenAI",
    "version": "0.2.2.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "content-script.js",
                "js\/drag.js",
                "js\/utils.js",
                "js\/features\/howToUse.js",
                "js\/features\/minifyLayout.js",
                "js\/features\/skipToMainContent.js",
                "js\/features\/suggestLayout.js",
                "js\/features\/textSummarisation.js",
                "js\/features\/imageCaption.js",
                "js\/features\/navigateUsingKeyboard.js",
                "js\/speechalerts.js",
                "js\/eventlistener.js"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "audio\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/rlogo.png",
            "32": "\/images\/rlogo.png",
            "48": "\/images\/rlogo.png",
            "128": "\/images\/rlogo.png"
        }
    },
    "icons": {
        "16": "\/images\/rlogo.png",
        "32": "\/images\/rlogo.png",
        "48": "\/images\/rlogo.png",
        "128": "\/images\/rlogo.png"
    }
}