Reader One New Tab

All News in One App for Chrome New Tab

Cos'è Reader One New Tab?

Reader One New Tab è un'estensione di Chrome sviluppata da https://reader.one, e la sua funzione principale è "All News in One App for Chrome New Tab".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Reader One New Tab

Scarica i file di estensione Reader One New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        One App for New Tab

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

Informazioni di Base sull'Estensione

Nome Reader One New Tab Reader One New Tab
ID hflhgklopklngaeoamlkieklibeeelbg
URL Ufficiale https://chromewebstore.google.com/detail/reader-one-new-tab/hflhgklopklngaeoamlkieklibeeelbg
Descrizione All News in One App for Chrome New Tab
Dimensione del File 211 KB
Conteggio Installazioni 263
Versione Corrente 1.0.1
Ultimo Aggiornamento 2019-08-07
Data di Pubblicazione 2019-08-07
Valutazione 4.83/5 Totale 6 Valutazioni
Sviluppatore https://reader.one
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}