One Page Reader

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

One Page Reader क्या है?

One Page Reader DevAttendant द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This add-on attempts to automatically loaded news article in one site."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में One Page Reader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
        }
    ]
}