2read
Convert article in current tab to readable form and upload it to IPFS.
2read क्या है?
2read http://2read.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert article in current tab to readable form and upload it to IPFS."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में 2read एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | ![]() |
ID | nooeemkngkckhnlfbmikbkiiabbbnlap |
आधिकारिक URL | https://chrome.google.com/webstore/detail/2read/nooeemkngkckhnlfbmikbkiiabbbnlap |
विवरण | Convert article in current tab to readable form and upload it to IPFS. |
फ़ाइल का आकार | 27.85 KB |
स्थापना संख्या | 117 |
वर्तमान संस्करण | 1.8.8 |
अंतिम अपडेट | 2020-08-28 |
प्रकाशन तिथि | 2019-12-29 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | http://2read.net |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://2read.net/ |
सहायता पृष्ठ URL | https://github.com/meehow/2read/issues |
समर्थित भाषाएँ | 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" ] } } |