One Page Reader

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

Что такое One Page Reader?

One Page Reader - это расширение Chrome, разработанное DevAttendant, и его основная функция - "This add-on attempts to automatically loaded news article in one site.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения One Page Reader

Скачайте файлы расширений One Page Reader в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название One Page Reader One Page Reader
ID gepnohliadeifgobdpkepfeehfimkakl
Официальный URL https://chromewebstore.google.com/detail/one-page-reader/gepnohliadeifgobdpkepfeehfimkakl
Описание This add-on attempts to automatically loaded news article in one site.
Размер файла 11.64 KB
Количество установок 12
Текущая Версия 1.1.0
Последнее Обновление 2023-12-22
Дата публикации 2019-03-26
Разработчик DevAttendant
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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
        }
    ]
}