2read

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

Cos'è 2read?

2read è un'estensione di Chrome sviluppata da http://2read.net, e la sua funzione principale è "Convert article in current tab to readable form and upload it to IPFS.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione 2read

Scarica i file di estensione 2read 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

                        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.                    

Informazioni di Base sull'Estensione

Nome 2read 2read
ID nooeemkngkckhnlfbmikbkiiabbbnlap
URL Ufficiale https://chrome.google.com/webstore/detail/2read/nooeemkngkckhnlfbmikbkiiabbbnlap
Descrizione Convert article in current tab to readable form and upload it to IPFS.
Dimensione del File 27.85 KB
Conteggio Installazioni 117
Versione Corrente 1.8.8
Ultimo Aggiornamento 2020-08-28
Data di Pubblicazione 2019-12-29
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore http://2read.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://2read.net/
URL della Pagina di Aiuto https://github.com/meehow/2read/issues
Lingue Supportate 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"
        ]
    }
}