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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
        }
    ]
}