One Page Reader

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

One Page Readerとは何ですか?

One Page ReaderはDevAttendantによって開発されたChromeの拡張機能で、その主な機能は「This add-on attempts to automatically loaded news article in one site.」です。

拡張機能のスクリーンショット

screenshot

One Page Reader拡張機能のCRXファイルをダウンロード

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
Eメール [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
        }
    ]
}