Readify: Your Productivity Companion

Readify is a browser extension that allows users to customize any webpage or online reading content to their own preferences.

ما هو Readify: Your Productivity Companion؟

Readify: Your Productivity Companion هو إضافة Chrome تم تطويرها بواسطة https://readify.ca، والميزة الرئيسية لها هي "Readify is a browser extension that allows users to customize any webpage or online reading content to their own preferences.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Readify: Your Productivity Companion

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

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

                        ➤Welcome!

Welcome to Readify, your go-to browser extension for transforming the way you read and engage with online content. Dive into a world of personalized, efficient, and accessible reading like never before. With Readify, we've reimagined online reading to make it more enjoyable, efficient, and tailored to your preferences.

➤Overview:

📚Customized Reading Experience: Readify isn't just another extension; it's your bionic reading super tool. It empowers you to customize your online reading experience by enabling and tailoring bionic reading, adjusting bold colouring, highlighting, and much more on any webpage.

🔍Summarize with Ease: Tired of slogging through lengthy articles? Readify simplifies the process. Easily summarize articles for quick understanding and save valuable time.

🔊 Text-to-Speech: Want to multitask or simply listen to articles on the go? Readify has you covered with its seamless text-to-speech feature.

🚀 Boost Productivity: Stay organized and focused with Readify's capabilities to highlight, summarize, and listen to web content. It's not just about reading; it's about optimizing your online experience.

➤Why Choose Readify:

🖍 Personalize Your Web: Tailor your online reading experience to your liking. Adjust bold color, line spacing, and more for optimal comfort and efficiency.

📓 Effortless Accessibility: Readify's assistive technology features ensure that online reading is accessible to all, regardless of abilities or disabilities. No one should be left out.

📝 Stay Informed: Add notes to any webpage you visit, helping you keep track of important information and ideas.

🖥 Why Readify is Essential: The digital age demands efficient online reading.
 
Readify empowers you to:

📚Consume Information Faster: With summarized articles and bionic reading, you'll breeze through content.

🖍 Stay Focused: Highlight and listen to content, making multitasking a breeze.
Enhance Accessibility: Readify's features make online content accessible to all.

🚀 Boost Productivity: Take effective notes and streamline your reading process.

➤ How it Works: 
Readify's user-friendly interface seamlessly integrates with your browser. Adjust settings with ease, apply highlights with a single click, and learn as you go.

👨🏻‍💻 For Students: We understand the challenges of academic research. That's we have added "study mode" which will allow you to access all of Readify's important features via a pop-up. So you don't need to be distracted by a UI that takes up half your screen while you work!

➤ What's Included:
Free Version:
📚Bionic Reader
🔍AI-Summarizer
🔊 Text-To-Speech
🖍Highlighting
📝Note Taking

➤ Explore Readify Today: Experience the future of online reading with Readify: 

Say goodbye to eye strain and distractions and hello to personalized, efficient, and enjoyable reading. Dive into a world where accessibility and customization reign supreme. Download Readify now and embark on a journey to become a more efficient, informed, and engaged reader.

➤Stay Connected: 

For updates, tips, and more, follow us on social media and visit our website at www.readify.ca                    

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

الاسم Readify: Your Productivity Companion Readify: Your Productivity Companion
ID moohpggdfmmjkoneefkhaljljbojgaji
عنوان URL الرسمي https://chromewebstore.google.com/detail/readify-your-productivity/moohpggdfmmjkoneefkhaljljbojgaji
الوصف Readify is a browser extension that allows users to customize any webpage or online reading content to their own preferences.
حجم الملف 3.22 MB
عدد التثبيتات 257
النسخة الحالية 1.4
آخر تحديث 2024-03-04
تاريخ النشر 2023-10-14
تقييم 4.75/5 مجموع تقييمات 8
المطور https://readify.ca
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.readify.ca/
عنوان صفحة المساعدة https://www.readify.ca/faq-s
عنوان صفحة سياسة الخصوصية https://www.readify.ca/privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Readify: Your Productivity Companion",
    "description": "Readify is a browser extension that allows users to customize any webpage or online reading content to their own preferences.",
    "version": "1.4",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "logoExt.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle",
            "css": [
                "styles.css"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting",
        "identity",
        "identity.email"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "logo.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}