2read
Convert article in current tab to readable form and upload it to IPFS.
Hvad er 2read?
2read er en Chrome-udvidelse udviklet af http://2read.net, og dens hovedfunktion er "Convert article in current tab to readable form and upload it to IPFS.".
Udvidelsesskærmbilleder
Download 2read-udvidelses-CRX-fil
Download 2read-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | ![]() |
ID | nooeemkngkckhnlfbmikbkiiabbbnlap |
Officiel URL | https://chrome.google.com/webstore/detail/2read/nooeemkngkckhnlfbmikbkiiabbbnlap |
Beskrivelse | Convert article in current tab to readable form and upload it to IPFS. |
Filstørrelse | 27.85 KB |
Antal Installationer | 117 |
Nuværende Version | 1.8.8 |
Senest Opdateret | 2020-08-28 |
Udgivelsesdato | 2019-12-29 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | http://2read.net |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://2read.net/ |
Hjælpeside-URL | https://github.com/meehow/2read/issues |
Understøttede Sprog | 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" ] } } |