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.
Vad är Cozy Reader?
Cozy Reader är en Chrome-tillägg utvecklad av francesco marassi, och dess huvudfunktion är "Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive.".
Tilläggsskärmbilder
Ladda ner Cozy Reader-förlängningens CRX-fil
Ladda ner Cozy Reader-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
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.
Grundläggande Information om Tillägg
Namn | Cozy Reader |
ID | empcenahidblecbhiplhgjibkajndolo |
Officiell webbadress | https://chromewebstore.google.com/detail/cozy-reader/empcenahidblecbhiplhgjibkajndolo |
Beskrivning | Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive. |
Filstorlek | 24.5 KB |
Antal Installationer | 113 |
Aktuell Version | 0.2.1 |
Senast Uppdaterad | 2020-01-09 |
Publiceringsdatum | 2020-01-08 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | francesco marassi |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://cozyreader.xyz |
Stödda Språk | 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" } |