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