SRead

AI-Powered Smart Reading Assistant

ما هو SRead؟

SRead هو إضافة Chrome تم تطويرها بواسطة tikazyq، والميزة الرئيسية لها هي "AI-Powered Smart Reading Assistant".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة SRead

قم بتنزيل ملفات الامتداد SRead بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Introduction

SRead is a smart reading assistant, whether you enjoy reading articles or viewing electronic papers, you can utilize SRead for assisted reading. SRead supports intelligent summarization, capable of extracting key information from the reading material and summarizing it; additionally, it can perform intelligent Q&A, answering any relevant information within the article. Moreover, SRead's mind map feature can help readers quickly grasp the outline of the entire piece.

Chrome Extension

The new Chrome extension of SRead brings a major upgrade to the browser reading experience. Once this extension is installed, users can directly enjoy all the features of SRead on Chrome browser without the need to download any additional applications. This extension includes a simplified toolbar, making it easy for users to quickly access the intelligent summarization, intelligent Q&A, and mind-mapping features while reading. Another important feature of this extension is that it can automatically recognize web page content, providing real-time intelligent assistance to users, making the reading experience smoother and more efficient.

Installation and Usage

Installing the SRead Chrome extension is very straightforward. Users first need to log on to the SRead website (https://sread.ai), and register/login with Gmail or WeChat. Then visit the Chrome Web Store, search for "SRead", and click the "Add to Chrome" button. Once the installation is complete, the SRead icon will appear on the toolbar, clicking the icon activates the extension and users can start using it.

Online Reading Examples

The SRead Chrome extension can be used for browsing online articles. For instance, when you are reading a technical blog, just navigate to the page of the article, then click the SRead Chrome extension icon, its intelligent summarization feature can help you quickly understand the main points of the article. Meanwhile, if there are contents in the article that you do not understand, you can directly use the intelligent Q&A feature without leaving the current page.                    

معلومات أساسية عن التمديد

الاسم SRead SRead
ID djkpliikoblbphjhnifhlmadkednkmlk
عنوان URL الرسمي https://chromewebstore.google.com/detail/sread/djkpliikoblbphjhnifhlmadkednkmlk
الوصف AI-Powered Smart Reading Assistant
حجم الملف 138 KB
عدد التثبيتات 109
النسخة الحالية 1.4
آخر تحديث 2023-10-25
تاريخ النشر 2023-10-16
تقييم 5.00/5 مجموع تقييمات 2
المطور tikazyq
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://sread.ai
عنوان صفحة سياسة الخصوصية https://sread.ai/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SRead",
    "version": "1.4",
    "description": "AI-Powered Smart Reading Assistant",
    "permissions": [
        "activeTab",
        "webNavigation",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "sread-app.js"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": false
        }
    ],
    "icons": {
        "16": "sread.png",
        "48": "sread.png",
        "128": "sread.png"
    },
    "action": {
        "default_icon": {
            "16": "sread.png",
            "48": "sread.png",
            "128": "sread.png"
        },
        "default_title": "Launched SRead"
    },
    "background": {
        "service_worker": "background.js"
    }
}