Readline

Unleash the Power of Distraction-Free Reading: Simplified Layout, Consistent Formatting, Image & Ad Removal, High Customizability!

What is Readline?

Readline is a Chrome extension developed by Konni Warner, and its main feature is "Unleash the Power of Distraction-Free Reading: Simplified Layout, Consistent Formatting, Image & Ad Removal, High Customizability!".

Extension Screenshots

screenshot

Download Readline Extension CRX File

Download Readline extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        🌟 Introducing Readline: Elevate Your Reading Experience! 🌟

Step into a world where reading becomes an enchanting journey with Readline, the browser extension that's poised to revolutionize how you engage with online content. Embark on this captivating story of how Readline can transform your reading habits into an immersive, distraction-free experience.

📖 Distraction-Free Reading: Immerse Yourself
Bid farewell to the clutter and noise of modern web pages. With Readline's Reader View, dive into a serene reading haven where advertisements, sidebars, and distractions vanish. Immerse yourself in the pure essence of the content you desire, undisturbed by the chaos of the digital world.

📚 Simplified Layout: Unveil the Essence
Let the content shine with Readline's simplified layout. Extraneous elements fade away, leaving you with the heart of the matter. Each word comes alive, taking you on a journey of knowledge that flows seamlessly from one paragraph to the next.

👁️ Enhanced Readability: A Feast for Your Eyes
Struggle no more with tiny fonts or cramped spacing. Readline's Reader View pampers your eyes with optimized font sizes, impeccable spacing, and visual elements that make reading an absolute pleasure. Bask in the comfort of text that's tailored for your reading enjoyment.

✨ Consistent Formatting: Your Reading Sanctuary
Say goodbye to disorienting switches between web page designs. Readline ensures that every reading experience is consistent, regardless of the original site's layout. Immerse yourself in the story without ever worrying about the design distractions.

🖼️ Image and Ad Removal: Focus Unleashed
Experience uninterrupted reading bliss as Readline sweeps away images and advertisements. Your attention remains steadfastly on the content, undisturbed by visual noise. Immerse yourself in a world of words without disruptions.

🎨 Customizable Settings: Your Reading, Your Rules
Personalize your reading universe with Readline's customizable settings. From font choices to text sizes and background colors, tailor the reading environment to match your preferences. Craft an ambiance that complements your reading style perfectly.

🌍 Multi-Language Support: Breaking Language Barriers
Expand your literary horizons with Readline's support for multiple languages. Traverse articles from diverse corners of the world effortlessly, breaking down language barriers and indulging in a truly global reading experience.

📜 Print-Friendly Version: Words in Your Hands
Extend your reading pleasure beyond the screen with Readline's print-friendly version. Transform your favorite content into tangible keepsakes, optimized for printing. Enjoy the same seamless layout and readability on paper as you do on your device.

♿ Accessibility Features: Inclusivity at Heart
Readline embraces all readers with its accessibility enhancements. Whether you rely on screen readers or need dyslexia-friendly fonts, Readline ensures that everyone can access the world of knowledge without barriers.

🔗 Discover Readline today and embark on a new chapter of reading! 🔗                    

Extension Basic Information

Name Readline Readline
ID lgfibgggkoedaaihmmcifkmdfdjenlpp
Official URL https://chromewebstore.google.com/detail/readline/lgfibgggkoedaaihmmcifkmdfdjenlpp
Description Unleash the Power of Distraction-Free Reading: Simplified Layout, Consistent Formatting, Image & Ad Removal, High Customizability!
File Size 674 KB
Installation Count 1,394,273
Current Version 1.0.1
Last Updated 2023-08-22
Publish Date 2023-08-14
Rating 4.38/5 Total 21 Ratings
Developer Konni Warner
Email [email protected]
Payment Type free
Privacy Policy Page URL https://docs.google.com/document/d/e/2PACX-1vQKtapxQf0cUJJUlROfZUrX3YOH5MwuGsKiDE3PYUfyxRMKicGFAGwxa5795881ZZdStvYZJuVX4q3D/pub
Supported Languages id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Readline",
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png",
            "300": "icons\/icon300.png"
        },
        "default_title": "__MSG_extName__"
    },
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "300": "icons\/icon300.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "minimum_chrome_version": "102",
    "name": "__MSG_extName__",
    "permissions": [
        "alarms",
        "contextMenus",
        "favicon",
        "notifications",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "version": "1.0.1"
}