2read

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

O que é 2read?

2read é uma extensão do Chrome desenvolvida por http://2read.net, e sua principal característica é "Convert article in current tab to readable form and upload it to IPFS.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão 2read

Baixe arquivos de extensão 2read no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome 2read 2read
ID nooeemkngkckhnlfbmikbkiiabbbnlap
URL Oficial https://chrome.google.com/webstore/detail/2read/nooeemkngkckhnlfbmikbkiiabbbnlap
Descrição Convert article in current tab to readable form and upload it to IPFS.
Tamanho do Arquivo 27.85 KB
Contagem de Instalações 117
Versão Atual 1.8.8
Última Atualização 2020-08-28
Data de Publicação 2019-12-29
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor http://2read.net
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://2read.net/
URL da Página de Ajuda https://github.com/meehow/2read/issues
Idiomas Suportados 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"
        ]
    }
}