2read

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

What is 2read?

2read is a Chrome extension developed by http://2read.net, and its main feature is "Convert article in current tab to readable form and upload it to IPFS.".

Extension Screenshots

screenshot
screenshot

Download 2read Extension CRX File

Download 2read extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name 2read 2read
ID nooeemkngkckhnlfbmikbkiiabbbnlap
Official URL https://chrome.google.com/webstore/detail/2read/nooeemkngkckhnlfbmikbkiiabbbnlap
Description Convert article in current tab to readable form and upload it to IPFS.
File Size 27.85 KB
Installation Count 117
Current Version 1.8.8
Last Updated 2020-08-28
Publish Date 2019-12-29
Rating 5.00/5 Total 2 Ratings
Developer http://2read.net
Email [email protected]
Payment Type free
Extension Website https://2read.net/
Help Page URL https://github.com/meehow/2read/issues
Supported Languages 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"
        ]
    }
}