Readify: Your Productivity Companion

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

Qu'est-ce que Readify: Your Productivity Companion ?

Readify: Your Productivity Companion est une extension Chrome développée par https://readify.ca, et sa fonction principale est "Readify is a browser extension that allows users to customize any webpage or online reading content to their own preferences.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Readify: Your Productivity Companion

Téléchargez les fichiers d'extension Readify: Your Productivity Companion au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        ➤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                    

Informations de Base sur l'Extension

Nom Readify: Your Productivity Companion Readify: Your Productivity Companion
ID moohpggdfmmjkoneefkhaljljbojgaji
URL Officiel https://chromewebstore.google.com/detail/readify-your-productivity/moohpggdfmmjkoneefkhaljljbojgaji
Description Readify is a browser extension that allows users to customize any webpage or online reading content to their own preferences.
Taille du Fichier 3.22 MB
Nombre d'Installations 257
Version Actuelle 1.4
Dernière Mise à Jour 2024-03-04
Date de Publication 2023-10-14
Évaluation 4.75/5 Total 8 Évaluations
Développeur https://readify.ca
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.readify.ca/
URL de la Page d'Aide https://www.readify.ca/faq-s
URL de la Page de Politique de Confidentialité https://www.readify.ca/privacy-policy
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}