Cozy Reader
Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive.
Cozy Reader क्या है?
Cozy Reader francesco marassi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cozy Reader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Cozy Reader removes all the noise from the web articles that you want to read. All your articles are securely saved and encrypted on Blockstack: Cozy uses BlockStack to save forever the articles that you want to read. Even if the website goes down or the original articles is deleted, you will have access to the article.
एक्सटेंशन की मूल जानकारी
नाम | Cozy Reader |
ID | empcenahidblecbhiplhgjibkajndolo |
आधिकारिक URL | https://chromewebstore.google.com/detail/cozy-reader/empcenahidblecbhiplhgjibkajndolo |
विवरण | Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive. |
फ़ाइल का आकार | 24.5 KB |
स्थापना संख्या | 113 |
वर्तमान संस्करण | 0.2.1 |
अंतिम अपडेट | 2020-01-09 |
प्रकाशन तिथि | 2020-01-08 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | francesco marassi |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://cozyreader.xyz |
समर्थित भाषाएँ | en |
manifest.json | |
{ "author": "Cozy Reader", "background": { "scripts": [ "background.js" ] }, "browser_action": [], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Cozy Reader", "permissions": [ "activeTab", "contextMenus" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.2.1", "web_accessible_resources": [ "*.html" ], "id": "cozyreader.xyz" } |