2read

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

什么是2read?

2read是由http://2read.net开发的Chrome扩展程序,该扩展的主要功能是“Convert article in current tab to readable form and upload it to IPFS.”。

扩展截图

screenshot
screenshot

下载2read扩展crx文件

下载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"
        ]
    }
}