Enable Reader Mode For Chrome

Put your Web Page into reader mode.

Co to jest Enable Reader Mode For Chrome?

Enable Reader Mode For Chrome to rozszerzenie Chrome opracowane przez Business Gas, a jego główną funkcją jest „Put your Web Page into reader mode.”.

Pobierz plik CRX rozszerzenia Enable Reader Mode For Chrome

Pobierz pliki rozszerzeń Enable Reader Mode For Chrome 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

                        Business Gas website and comparison reader.                    

Podstawowe informacje o rozszerzeniu

Nazwa Enable Reader Mode For Chrome Enable Reader Mode For Chrome
ID ihpmhoihanabegohajalbknmnlelnjmh
Oficjalny URL https://chrome.google.com/webstore/detail/enable-reader-mode-for-ch/ihpmhoihanabegohajalbknmnlelnjmh
Opis Put your Web Page into reader mode.
Rozmiar pliku 31.58 KB
Liczba instalacji 166
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-04-23
Data Publikacji 2016-04-23
Ocena 2.83/5 Łącznie 6 Oceny
Deweloper Business Gas
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.businessgas.co.uk/
Adres URL Strony Polityki Prywatności http://www.businessgas.co.uk
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "reader.css"
            ],
            "js": [
                "reader.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Put your Web Page into reader mode.",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Enable Reader Mode For Chrome",
    "page_action": {
        "default_icon": "icon-enabled.png",
        "default_title": "Toggle Reader Mode."
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.0"
}