2read
Convert article in current tab to readable form and upload it to IPFS.
Vad är 2read?
2read är en Chrome-tillägg utvecklad av http://2read.net, och dess huvudfunktion är "Convert article in current tab to readable form and upload it to IPFS.".
Tilläggsskärmbilder
Ladda ner 2read-förlängningens CRX-fil
Ladda ner 2read-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | ![]() |
ID | nooeemkngkckhnlfbmikbkiiabbbnlap |
Officiell webbadress | https://chrome.google.com/webstore/detail/2read/nooeemkngkckhnlfbmikbkiiabbbnlap |
Beskrivning | Convert article in current tab to readable form and upload it to IPFS. |
Filstorlek | 27.85 KB |
Antal Installationer | 117 |
Aktuell Version | 1.8.8 |
Senast Uppdaterad | 2020-08-28 |
Publiceringsdatum | 2019-12-29 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | http://2read.net |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://2read.net/ |
Hjälpsida URL | https://github.com/meehow/2read/issues |
Stödda Språk | 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" ] } } |