Easyview Reader view

Read articles without distractions - use reader view. Make your reading process exceptional.

Co to jest Easyview Reader view?

Easyview Reader view to rozszerzenie Chrome opracowane przez Saltanss, a jego główną funkcją jest „Read articles without distractions - use reader view. Make your reading process exceptional.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Easyview Reader view

Pobierz pliki rozszerzeń Easyview Reader view w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        “Easyview” removes clutter, unnecessary styling elements, background, and ads from articles.
Features:
🧩Read in fullscreen mode
🧩Removes navigation, ads, formatting, etc.
🧩Hide or show additional links and pictures
🧩Change text size and theme
“Easyview” allows you to enjoy your favorite articles without distractions and without having to exit your browser!                    

Podstawowe informacje o rozszerzeniu

Nazwa Easyview Reader view Easyview Reader view
ID icnekagcncdgpdnpoecofjinkplbnocm
Oficjalny URL https://chrome.google.com/webstore/detail/easyview-reader-view/icnekagcncdgpdnpoecofjinkplbnocm
Opis Read articles without distractions - use reader view. Make your reading process exceptional.
Rozmiar pliku 124 KB
Liczba instalacji 2,793,484
Aktualna Wersja 0.8.3
Ostatnia Aktualizacja 2022-02-23
Data Publikacji 2021-11-16
Ocena 4.47/5 Łącznie 36 Oceny
Deweloper Saltanss
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://docs.google.com/document/d/1jF9ges0HCUyCMOkz-Gg1RsoAqQfgyxkfqXEjIFFqzxo/edit?usp=sharing
Obsługiwane Języki id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Easyview Reader view",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "commands": {
        "toggle-reader-view": {
            "description": "Toggle the Reader View"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "exclude_globs": [
                "chrome:\/\/*",
                "ftp:\/\/",
                "file:\/\/"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_app_desc__",
    "icons": {
        "300": "image\/300.png",
        "128": "image\/128.png",
        "16": "image\/16.png",
        "48": "image\/48.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "optional_permissions": [
        "tabs"
    ],
    "page_action": {
        "default_icon": {
            "16": "image\/16.png",
            "48": "image\/48.png"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage",
        "contextMenus",
        "declarativeContent",
        "chrome:\/\/favicon\/",
        ""
    ],
    "version": "0.8.3",
    "web_accessible_resources": [
        "\/icons\/*"
    ]
}