Reader One New Tab

All News in One App for Chrome New Tab

Что такое Reader One New Tab?

Reader One New Tab - это расширение Chrome, разработанное https://reader.one, и его основная функция - "All News in One App for Chrome New Tab".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Reader One New Tab

Скачайте файлы расширений Reader One New Tab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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