Readline

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

什麼是Readline?

Readline是由Konni Warner開發的Chrome擴展程式,該擴展的主要功能是“Unleash the Power of Distraction-Free Reading: Simplified Layout, Consistent Formatting, Image & Ad Removal, High Customizability!”。

擴展截圖

screenshot

下載Readline擴展crx文件

下載Readline擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Readline Readline
ID lgfibgggkoedaaihmmcifkmdfdjenlpp
官方網址 https://chromewebstore.google.com/detail/readline/lgfibgggkoedaaihmmcifkmdfdjenlpp
簡介 Unleash the Power of Distraction-Free Reading: Simplified Layout, Consistent Formatting, Image & Ad Removal, High Customizability!
檔案大小 674 KB
安裝次數 1,394,273
目前版本 1.0.1
更新時間 2023-08-22
上架時間 2023-08-14
評分 4.38/5 共 21 次評分
開發者 Konni Warner
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://docs.google.com/document/d/e/2PACX-1vQKtapxQf0cUJJUlROfZUrX3YOH5MwuGsKiDE3PYUfyxRMKicGFAGwxa5795881ZZdStvYZJuVX4q3D/pub
支援的語言 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"
}