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ファイルをダウンロード

WebReader AI拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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": [
        ""
    ]
}