2read

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

¿Qué es 2read?

2read es una extensión de Chrome desarrollada por http://2read.net, y su función principal es "Convert article in current tab to readable form and upload it to IPFS.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión 2read

Descarga archivos de extensión 2read en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre 2read 2read
ID nooeemkngkckhnlfbmikbkiiabbbnlap
URL Oficial https://chrome.google.com/webstore/detail/2read/nooeemkngkckhnlfbmikbkiiabbbnlap
Descripción Convert article in current tab to readable form and upload it to IPFS.
Tamaño del Archivo 27.85 KB
Cantidad de Instalaciones 117
Versión Actual 1.8.8
Última Actualización 2020-08-28
Fecha de Publicación 2019-12-29
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador http://2read.net
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://2read.net/
URL de la Página de Ayuda https://github.com/meehow/2read/issues
Idiomas Soportados 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"
        ]
    }
}