Cozy Reader

Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive.

Что такое Cozy Reader?

Cozy Reader - это расширение Chrome, разработанное francesco marassi, и его основная функция - "Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive.".

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

screenshot
screenshot
screenshot

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

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

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

                        Cozy Reader removes all the noise from the web articles that you want to read.


All your articles are securely saved and encrypted on Blockstack: Cozy uses BlockStack to save forever the articles that you want to read. Even if the website goes down or the original articles is deleted, you will have access to the article.                    

Основная информация о расширении

Название Cozy Reader Cozy Reader
ID empcenahidblecbhiplhgjibkajndolo
Официальный URL https://chromewebstore.google.com/detail/cozy-reader/empcenahidblecbhiplhgjibkajndolo
Описание Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive.
Размер файла 24.5 KB
Количество установок 113
Текущая Версия 0.2.1
Последнее Обновление 2020-01-09
Дата публикации 2020-01-08
Рейтинг 5.00/5 Всего 1 оценок
Разработчик francesco marassi
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://cozyreader.xyz
Поддерживаемые языки en
manifest.json
{
    "author": "Cozy Reader",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Cozy Reader",
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.1",
    "web_accessible_resources": [
        "*.html"
    ],
    "id": "cozyreader.xyz"
}