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
官方網址 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"
        ]
    }
}