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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        ➤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/
URL страницы помощи https://www.readify.ca/faq-s
URL страницы политики конфиденциальности 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": [
                ""
            ]
        }
    ]
}