One Page Reader

This add-on attempts to automatically loaded news article in one site.

Cos'è One Page Reader?

One Page Reader è un'estensione di Chrome sviluppata da DevAttendant, e la sua funzione principale è "This add-on attempts to automatically loaded news article in one site.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione One Page Reader

Scarica i file di estensione One Page Reader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This add-on attempts to automatically loaded news article in one site. The add-on has been developed because various (especially German) websites are publishing article divided in multiple pages.

Supported websites:
- FAZ.net
- golem.de
- heise.de
- sueddeutsche.de
- wiwo.de (Wirtschaftswoche)
- zeit.de
- 11freunde.de                    

Informazioni di Base sull'Estensione

Nome One Page Reader One Page Reader
ID gepnohliadeifgobdpkepfeehfimkakl
URL Ufficiale https://chromewebstore.google.com/detail/one-page-reader/gepnohliadeifgobdpkepfeehfimkakl
Descrizione This add-on attempts to automatically loaded news article in one site.
Dimensione del File 11.64 KB
Conteggio Installazioni 12
Versione Corrente 1.1.0
Ultimo Aggiornamento 2023-12-22
Data di Pubblicazione 2019-03-26
Sviluppatore DevAttendant
Email [email protected]
Tipo di Pagamento free
Lingue Supportate de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "DevAttendant",
    "description": "__MSG_appDesc__",
    "name": "One Page Reader",
    "version": "1.1.0",
    "default_locale": "en",
    "icons": {
        "48": "icons\/48.png",
        "96": "icons\/96.png"
    },
    "permissions": [
        "webRequest",
        "declarativeNetRequest",
        "scripting"
    ],
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/src\/entries\/background\/append-TDj1W9P5.js",
                "assets\/utils-Q4Pq2Dqq.js",
                "src\/entries\/background\/append.js"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}