Quiet Reader
This extension allow to send articles to Quiet Reader app, a free Mac app that let's you read articles distraction free.
Vad är Quiet Reader?
Quiet Reader är en Chrome-tillägg utvecklad av Zeppelin Labs, och dess huvudfunktion är "This extension allow to send articles to Quiet Reader app, a free Mac app that let's you read articles distraction free.".
Tilläggsskärmbilder
Ladda ner Quiet Reader-förlängningens CRX-fil
Ladda ner Quiet 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
Quiet Reader extension to send articles to Quiet Reader app. Quiet Reader is a free Mac app that let's you read articles (from your browser) or text highlights (from any app) distraction free. We take away all the ads, notifications, tabs and messy desktop so you can focus on what you're reading. ** Please note your need the accompanying Mac app for this extension to work! **
Grundläggande Information om Tillägg
Namn | Quiet Reader |
ID | kgeahcccofnebpbbafkpfijjlhfipgnb |
Officiell webbadress | https://chromewebstore.google.com/detail/quiet-reader/kgeahcccofnebpbbafkpfijjlhfipgnb |
Beskrivning | This extension allow to send articles to Quiet Reader app, a free Mac app that let's you read articles distraction free. |
Filstorlek | 96.28 KB |
Antal Installationer | 5,642 |
Aktuell Version | 0.39.0 |
Senast Uppdaterad | 2022-04-06 |
Publiceringsdatum | 2022-03-03 |
Betyg | 2.55/5 Totalt 11 Betyg |
Utvecklare | Zeppelin Labs |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.quietreader.app/ |
Hjälpsida URL | https://www.quietreader.app/ |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "This extension allow to send articles to Quiet Reader app, a free Mac app that let's you read articles distraction free.", "version": "0.39.0", "manifest_version": 3, "name": "Quiet Reader", "background": { "service_worker": "background.bundle.js" }, "commands": { "sendTextToQuietReader": { "suggested_key": "Ctrl+Shift+Comma", "description": "Sends article to Quiet Reader App" } }, "action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |