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
公式URL 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
Eメール [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"
}