Reader One New Tab

All News in One App for Chrome New Tab

Reader One New Tab क्या है?

Reader One New Tab https://reader.one द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "All News in One App for Chrome New Tab"।

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

screenshot
screenshot

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

crx प्रारूप में Reader One New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        One App for New Tab

This add on will list hot topics from Product Hunt, Hacker News, DN & Reddit on your Chrome New Tab.                    

एक्सटेंशन की मूल जानकारी

नाम Reader One New Tab Reader One New Tab
ID hflhgklopklngaeoamlkieklibeeelbg
आधिकारिक URL https://chromewebstore.google.com/detail/reader-one-new-tab/hflhgklopklngaeoamlkieklibeeelbg
विवरण All News in One App for Chrome New Tab
फ़ाइल का आकार 211 KB
स्थापना संख्या 263
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2019-08-07
प्रकाशन तिथि 2019-08-07
रेटिंग 4.83/5 कुल 6 रेटिंग्स
डेवलपर https://reader.one
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": ".\/public\/index.html"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'; connect-src 'self' https:\/\/*.reader.one https:\/\/reader.one",
    "description": "All News in One App for Chrome New Tab",
    "icons": {
        "128": ".\/public\/assets\/icon_128.png",
        "16": ".\/public\/assets\/icon_16.png",
        "48": ".\/public\/assets\/icon_48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.reader.one\/"
            ],
            "js": [
                "scripts\/installed.js"
            ]
        }
    ],
    "manifest_version": 2,
    "name": "Reader One New Tab",
    "permissions": [
        "alarms",
        "storage",
        "https:\/\/*.reader.one\/"
    ],
    "version": "1.0.1"
}