2read
Convert article in current tab to readable form and upload it to IPFS.
Wat is 2read?
2read is een Chrome-extensie ontwikkeld door http://2read.net, en de belangrijkste functie is "Convert article in current tab to readable form and upload it to IPFS.".
Extensie Screenshots
Download het CRX-bestand van de extensie 2read
Download 2read-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | ![]() |
ID | nooeemkngkckhnlfbmikbkiiabbbnlap |
Officiële URL | https://chrome.google.com/webstore/detail/2read/nooeemkngkckhnlfbmikbkiiabbbnlap |
Beschrijving | Convert article in current tab to readable form and upload it to IPFS. |
Bestandsgrootte | 27.85 KB |
Aantal Installaties | 117 |
Huidige Versie | 1.8.8 |
Laatst Bijgewerkt | 2020-08-28 |
Publicatiedatum | 2019-12-29 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | http://2read.net |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://2read.net/ |
Help Pagina-URL | https://github.com/meehow/2read/issues |
Ondersteunde Talen | 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" ] } } |