Quiet Reader
This extension allow to send articles to Quiet Reader app, a free Mac app that let's you read articles distraction free.
什麼是Quiet Reader?
Quiet Reader是由Zeppelin Labs開發的Chrome擴展程式,該擴展的主要功能是“This extension allow to send articles to Quiet Reader app, a free Mac app that let's you read articles distraction free.”。
擴展截圖
下載Quiet Reader擴展crx文件
下載Quiet Reader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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! **
擴展基本資訊
名稱 | Quiet Reader |
ID | kgeahcccofnebpbbafkpfijjlhfipgnb |
官方網址 | https://chromewebstore.google.com/detail/quiet-reader/kgeahcccofnebpbbafkpfijjlhfipgnb |
簡介 | This extension allow to send articles to Quiet Reader app, a free Mac app that let's you read articles distraction free. |
檔案大小 | 96.28 KB |
安裝次數 | 5,642 |
目前版本 | 0.39.0 |
更新時間 | 2022-04-06 |
上架時間 | 2022-03-03 |
評分 | 2.55/5 共 11 次評分 |
開發者 | Zeppelin Labs |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.quietreader.app/ |
說明頁面URL | https://www.quietreader.app/ |
支援的語言 | 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:\/\/*\/*", " |