Readline

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

O que é Readline?

Readline é uma extensão do Chrome desenvolvida por Konni Warner, e sua principal característica é "Unleash the Power of Distraction-Free Reading: Simplified Layout, Consistent Formatting, Image & Ad Removal, High Customizability!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Readline

Baixe arquivos de extensão Readline no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        🌟 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! 🔗                    

Informações Básicas da Extensão

Nome Readline Readline
ID lgfibgggkoedaaihmmcifkmdfdjenlpp
URL Oficial https://chromewebstore.google.com/detail/readline/lgfibgggkoedaaihmmcifkmdfdjenlpp
Descrição Unleash the Power of Distraction-Free Reading: Simplified Layout, Consistent Formatting, Image & Ad Removal, High Customizability!
Tamanho do Arquivo 674 KB
Contagem de Instalações 1,394,273
Versão Atual 1.0.1
Última Atualização 2023-08-22
Data de Publicação 2023-08-14
Classificação 4.38/5 Total de 21 Avaliações
Desenvolvedor Konni Warner
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://docs.google.com/document/d/e/2PACX-1vQKtapxQf0cUJJUlROfZUrX3YOH5MwuGsKiDE3PYUfyxRMKicGFAGwxa5795881ZZdStvYZJuVX4q3D/pub
Idiomas Suportados 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"
}