WebReader AI

Enhance your Reading Experience with AI-Powered and Customizable Reading Assistant

WebReader AI란 무엇입니까?

WebReader AI은(는) https://webreader.tech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhance your Reading Experience with AI-Powered and Customizable Reading Assistant"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

WebReader AI 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Introducing WebReader AI: Enhance Your Reading Experience with AI-Powered Chrome Extension
Unleash the true potential of your online reading experience with WeRreader AI – the ultimate Chrome extension designed to transform the way you interact with text. Elevate your browsing moments by taking control over text customization, harnessing the power of artificial intelligence, and achieving seamless accessibility.

Features:
✅ Tailored Text Display: Take charge of your reading environment like never before. Customize font styles, colors, sizes, and even font families according to your preference. Your selected text now adapts to your style effortlessly.

✅ AI-Powered Actions: Empower your words with the magic of AI. WebReader AI performs an array of actions on selected text. Discover keywords, translate languages, rephrase sentences to extend, shorten, simplify, or summarize them. Uncover the hidden essence of text with ease.

✅ Enhanced Accessibility: Seamlessly access WebReader AI through a right-click option or an automatic feature triggered by selecting text for a specific duration. Empowering you to effortlessly invoke the app and enhance your reading experience without breaking your flow.


Why WebReader AI:
Experience the future of reading at your fingertips. WebReader AI bridges the gap between technology and comprehension, enabling you to explore content on a whole new level:
⭐ Effortless Customization: Your reading, your style. Immerse yourself in content that resonates with you by customizing every aspect of the displayed text.

⭐ AI Intelligence Unleashed: Transform words into insights. Whether it's understanding keywords, language translation, or text refinement, Webreader AI's AI-driven capabilities redefine how you interact with content.

⭐ Accessible Reading: Say goodbye to complicated maneuvers. Engage with WebReader AI using intuitive options designed to integrate seamlessly into your browsing routine.


Elevate your reading game today with WebReader AI. Download the Chrome extension and embark on a journey of discovery, comprehension, and accessibility like never before. 


WebReader AI is very conscious of user's privacy. We do not store or use browsing data in any shape or form. 
For more information please read our Privacy Policy                    

확장 프로그램 기본 정보

이름 WebReader AI WebReader AI
ID jdjpbpmmoolomllogclmbcgojgjkmdfa
공식 URL https://chromewebstore.google.com/detail/webreader-ai/jdjpbpmmoolomllogclmbcgojgjkmdfa
설명 Enhance your Reading Experience with AI-Powered and Customizable Reading Assistant
파일 크기 5.16 MB
설치 횟수 41
현재 버전 0.0.6
최근 업데이트 2023-11-21
출시 날짜 2023-09-10
개발자 https://webreader.tech
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.webreader.tech/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebReader AI",
    "description": "Enhance your Reading Experience with AI-Powered and Customizable Reading Assistant",
    "version": "0.0.6",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script-1.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    },
    "action": {
        "default_title": "WebReader AI"
    },
    "permissions": [
        "scripting",
        "storage",
        "contextMenus"
    ],
    "icons": {
        "32": "webreader_logo_32.png",
        "48": "webreader_logo_48.png",
        "64": "webreader_logo_64.png",
        "128": "webreader_logo_128.png"
    },
    "host_permissions": [
        ""
    ]
}