DOM Distiller Reading Mode

Distill and display only the important content to enjoy a more focused reading experience

DOM Distiller Reading Modeคืออะไร?

DOM Distiller Reading Mode เป็นส่วนขยายของ Chrome ที่พัฒนาโดย metarmask และคุณลักษณะหลักของมันคือ "Distill and display only the important content to enjoy a more focused reading experience"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DOM Distiller Reading Mode

ดาวน์โหลดไฟล์ส่วนขยาย DOM Distiller Reading Mode ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Have you ever visited a website where the text is so ugly you get a headache trying to read or where the content is hard to find because of unimportant sidebars and share buttons? This extension will fix that for you.

This extension figures out what is important on a page and shows only that in the same consistent way every time.

Uses the code that powers the mobile-friendly view on phones.

Planned features:

* Font scaling support

* Multi-page article concatenation

Update notes:

1.9:
    * Added option for custom CSS

1.8:
    * Worked around issue with text direction not being retained properly
    * Added instructions for how to change keyboard shortcut to options

1.7:
    * Fixed options not loading
    * Fixed transition to theme colors when viewer loads
    * Updated DOM Distiller resources to the latest versions

1.6:
    * Added feedback form when uninstalling

1.5:
    * Fixed some sites appearing on top of viewer
    * Updated to the latest DOM Distiller version

1.4:
    * Fixed page scrollbar overlaying the scrollbar of the viewer

1.3:
    * Fixed distilled content never getting shown

1.2:
    * Fixed original page jumping to top when hiding distilled version
    * Fixed loading indicator not being shown
    * Added swedish translation

1.1:
    * Performance enhancements and bug fixes

Extension icons were derived from the following icons:
* github.com/google/material-design-icons/blob/c6fc87c71001975022f979a2f6b031620e9c7ff1/action/svg/production/ic_chrome_reader_mode_48px.svg
* github.com/google/material-design-icons/blob/c6fc87c71001975022f979a2f6b031620e9c7ff1/editor/svg/production/ic_bubble_chart_48px.svg

Both of the icons derived from are licensed under CC BY 4.0 (creativecommons.org/licenses/by/4.0)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ DOM Distiller Reading Mode DOM Distiller Reading Mode
ID oiembdaoobijmdmeobkalaehgifealpl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dom-distiller-reading-mod/oiembdaoobijmdmeobkalaehgifealpl
คำอธิบาย Distill and display only the important content to enjoy a more focused reading experience
ขนาดไฟล์ 77.12 KB
จำนวนการติดตั้ง 13,460
เวอร์ชันปัจจุบัน 1.9
อัปเดตครั้งล่าสุด 2018-04-07
วันที่เผยแพร่ 2018-04-07
คะแนน 4.35/5 รวมทั้งหมด 132 คะแนน
ผู้พัฒนา metarmask
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "description": "__MSG_description__",
    "version": "1.9",
    "minimum_chrome_version": "60",
    "icons": {
        "128": "icons\/extension.svg-128.png",
        "48": "icons\/extension.svg-48.png",
        "32": "icons\/extension.svg-32.png",
        "16": "icons\/extension.svg-16.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/browserAction\/inactive.svg-16.png",
            "19": "icons\/browserAction\/inactive.svg-19.png",
            "24": "icons\/browserAction\/inactive.svg-24.png",
            "32": "icons\/browserAction\/inactive.svg-32.png"
        },
        "default_title": "__MSG_browser_action_tooltip_inactive__"
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "external\/chromium\/src\/components\/dom_distiller\/core\/html\/dom_distiller_viewer.html"
    ]
}