Postlight Reader

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

Postlight Reader क्या है?

Postlight Reader Postlight द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Postlight Reader - Clear away the clutter from all of your articles. Instantly."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Postlight Reader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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": [
                ""
            ]
        }
    ]
}