2read

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

Was ist 2read?

2read ist eine Chrome-Erweiterung, die von http://2read.net entwickelt wurde, und ihr Hauptmerkmal ist "Convert article in current tab to readable form and upload it to IPFS.".

Erweiterungsscreenshots

screenshot
screenshot

2read-Erweiterungs-CRX-Datei herunterladen

Laden Sie 2read-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name 2read 2read
ID nooeemkngkckhnlfbmikbkiiabbbnlap
Offizielle URL https://chrome.google.com/webstore/detail/2read/nooeemkngkckhnlfbmikbkiiabbbnlap
Beschreibung Convert article in current tab to readable form and upload it to IPFS.
Dateigröße 27.85 KB
Installationsanzahl 117
Aktuelle Version 1.8.8
Letztes Update 2020-08-28
Veröffentlichungsdatum 2019-12-29
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler http://2read.net
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://2read.net/
Hilfeseite URL https://github.com/meehow/2read/issues
Unterstützte Sprachen 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"
        ]
    }
}