2read

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

Co to jest 2read?

2read to rozszerzenie Chrome opracowane przez http://2read.net, a jego główną funkcją jest „Convert article in current tab to readable form and upload it to IPFS.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia 2read

Pobierz pliki rozszerzeń 2read w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa 2read 2read
ID nooeemkngkckhnlfbmikbkiiabbbnlap
Oficjalny URL https://chrome.google.com/webstore/detail/2read/nooeemkngkckhnlfbmikbkiiabbbnlap
Opis Convert article in current tab to readable form and upload it to IPFS.
Rozmiar pliku 27.85 KB
Liczba instalacji 117
Aktualna Wersja 1.8.8
Ostatnia Aktualizacja 2020-08-28
Data Publikacji 2019-12-29
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper http://2read.net
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://2read.net/
Adres URL Strony Pomocy https://github.com/meehow/2read/issues
Obsługiwane Języki 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"
        ]
    }
}