2read

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

Qu'est-ce que 2read ?

2read est une extension Chrome développée par http://2read.net, et sa fonction principale est "Convert article in current tab to readable form and upload it to IPFS.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension 2read

Téléchargez les fichiers d'extension 2read au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom 2read 2read
ID nooeemkngkckhnlfbmikbkiiabbbnlap
URL Officiel https://chrome.google.com/webstore/detail/2read/nooeemkngkckhnlfbmikbkiiabbbnlap
Description Convert article in current tab to readable form and upload it to IPFS.
Taille du Fichier 27.85 KB
Nombre d'Installations 117
Version Actuelle 1.8.8
Dernière Mise à Jour 2020-08-28
Date de Publication 2019-12-29
Évaluation 5.00/5 Total 2 Évaluations
Développeur http://2read.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://2read.net/
URL de la Page d'Aide https://github.com/meehow/2read/issues
Langues Prises en Charge 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"
        ]
    }
}