Postlight Reader

Postlight Reader - Clear away the clutter from all of your articles. Instantly.

什麼是Postlight Reader?

Postlight Reader是由Postlight開發的Chrome擴展程式,該擴展的主要功能是“Postlight Reader - Clear away the clutter from all of your articles. Instantly.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Postlight Reader擴展crx文件

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

擴展使用說明

                        The Postlight Reader extension for Chrome removes ads and distractions, leaving only text and images for a clean and consistent reading view on every site.

Features:
 - Disable surrounding webpage noise and clutter with one click
 - Send To Kindle functionality
 - Adjust typeface and text size, and toggle between light or dark themes
 - Quick keyboard shortcut (Cmd + Esc for Mac users, Alt + ` for Windows users) to switch to Reader on any article page
 - Printing optimization
 - Sharing through Facebook, Twitter and Email                    

擴展基本資訊

名稱 Postlight Reader Postlight Reader
ID oknpjjbmpnndlpmnhmekjpocelpnlfdi
官方網址 https://chromewebstore.google.com/detail/postlight-reader/oknpjjbmpnndlpmnhmekjpocelpnlfdi
簡介 Postlight Reader - Clear away the clutter from all of your articles. Instantly.
檔案大小 7.02 MB
安裝次數 1,272,308
目前版本 10
更新時間 2023-03-02
上架時間 2019-12-05
評分 3.87/5 共 1716 次評分
開發者 Postlight
電子郵箱 [email protected]
付費類型 free
擴展官網 https://reader.postlight.com
說明頁面URL https://reader.postlight.com
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Postlight Reader",
    "description": "Postlight Reader - Clear away the clutter from all of your articles. Instantly.",
    "version": "10",
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        "activeTab"
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "",
                "*:\/\/*\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.bundle.js"
            ]
        }
    ],
    "manifest_version": 3,
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_title": "Postlight Reader"
    },
    "options_ui": {
        "page": "options.html",
        "browser_style": true
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "app.html",
                "root-url-warning.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}