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.
Wat is Cozy Reader?
Cozy Reader is een Chrome-extensie ontwikkeld door francesco marassi, en de belangrijkste functie is "Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive.".
Extensie Screenshots
Download het CRX-bestand van de extensie Cozy Reader
Download Cozy Reader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Cozy Reader |
ID | empcenahidblecbhiplhgjibkajndolo |
Officiële URL | https://chromewebstore.google.com/detail/cozy-reader/empcenahidblecbhiplhgjibkajndolo |
Beschrijving | Cozy Reader removes all the noise from the web articles that you want to read and saves them in your blockstack powered archive. |
Bestandsgrootte | 24.5 KB |
Aantal Installaties | 113 |
Huidige Versie | 0.2.1 |
Laatst Bijgewerkt | 2020-01-09 |
Publicatiedatum | 2020-01-08 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | francesco marassi |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://cozyreader.xyz |
Ondersteunde Talen | 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" } |