Reader Mode for Google Chrome™

Strips away clutter like buttons, background images, and changes the page's text size, contrast and layout for better readability

Τι είναι το Reader Mode for Google Chrome™;

Το Reader Mode for Google Chrome™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://readerview.freebusinessapps.net, και η κύρια λειτουργία του είναι "Strips away clutter like buttons, background images, and changes the page's text size, contrast and layout for better readability".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Reader Mode for Google Chrome™

Λήψη αρχείων επέκτασης Reader Mode for Google Chrome™ σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Do you want to view a news article online without the advertisements etc all blocking the actual article?
Simply install our software Reader Mode for Google Chrome™ and our software will help you remove all the clutter away from a webpage.
This is a simple chrome reader mode software which allows you to focus on the text. Switch to reader view instantly once you install our software.

To get started, here are the few simple steps to follow
Install the software Reader Mode for Google Chrome™
Go to the website you want to use Reader Mode
Click on our software icon/right click and choose "Reader Mode"

Our software will automatically remove the advertisements, leaving behind only the article for you to focus on.

Disclaimer: Please note this extension is NOT made by Google and is made by an independent development team. All copyrights belong to their respective owners.
Google doesn’t endorse or sponsor this Chrome extension. Reader Mode for Google Chrome™ is not owned by, is not licensed by and is not a subsidiary of Google Inc.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Reader Mode for Google Chrome™ Reader Mode for Google Chrome™
ID ipjogfeblagoilekmobpdocdbfdedgdp
Επίσημο URL https://chromewebstore.google.com/detail/reader-mode-for-google-ch/ipjogfeblagoilekmobpdocdbfdedgdp
Περιγραφή Strips away clutter like buttons, background images, and changes the page's text size, contrast and layout for better readability
Μέγεθος Αρχείου 384 KB
Αριθμός Εγκαταστάσεων 27,369
Τρέχουσα Έκδοση 3.0.0
Τελευταία Ενημέρωση 2022-03-29
Ημερομηνία Δημοσίευσης 2020-03-31
Αξιολόγηση 4.70/5 Συνολικά 138 Αξιολογήσεις
Προγραμματιστής https://readerview.freebusinessapps.net
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://readerview.freebusinessapps.net
URL της Σελίδας Πολιτικής Απορρήτου https://www.freebusinessapps.net/privacy
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,sr,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/background\/mv-3.js"
    },
    "action": {
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        },
        "default_title": "__MSG_app_name__"
    },
    "commands": {
        "toggle-reader-view": {
            "description": "__MSG_app_command__"
        }
    },
    "container": [
        "GOOGLE_DRIVE"
    ],
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "homepage_url": "https:\/\/readerview.freebusinessapps.net\/",
    "icons": {
        "128": "data\/icons\/128.png",
        "16": "data\/icons\/16.png",
        "256": "data\/icons\/256.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "offline_enabled": true,
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus",
        "declarativeContent",
        "notifications",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/favicon\/"
    ],
    "version": "3.0.0"
}