2read

Convert article in current tab to readable form and upload it to IPFS.

Что такое 2read?

2read - это расширение Chrome, разработанное http://2read.net, и его основная функция - "Convert article in current tab to readable form and upload it to IPFS.".

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

screenshot
screenshot

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

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

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

                        Please note that content shared with this addon is just cached on IPFS servers. If you want to store the content permanently, you need to have IPFS node running on your computer. You can easily install your local IPFS node using one of these desktop clients:

    ipfs-desktop
    Orion

2read will automatically "pin" your content if you have local node running.                    

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

Название 2read 2read
ID nooeemkngkckhnlfbmikbkiiabbbnlap
Официальный URL https://chrome.google.com/webstore/detail/2read/nooeemkngkckhnlfbmikbkiiabbbnlap
Описание Convert article in current tab to readable form and upload it to IPFS.
Размер файла 27.85 KB
Количество установок 117
Текущая Версия 1.8.8
Последнее Обновление 2020-08-28
Дата публикации 2019-12-29
Рейтинг 5.00/5 Всего 2 оценок
Разработчик http://2read.net
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://2read.net/
URL страницы помощи https://github.com/meehow/2read/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "2read",
    "version": "1.8.8",
    "homepage_url": "https:\/\/2read.net\/",
    "description": "Convert article in current tab to readable form and upload it to IPFS.",
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "activeTab",
        "*:\/\/*\/*",
        "bookmarks"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "2read"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}