Quiche Reader
Save web pages to Quiche Reader.
What is Quiche Reader?
Quiche Reader is a Chrome extension developed by https://quiche.works, and its main feature is "Save web pages to Quiche Reader.".
Extension Screenshots
Download Quiche Reader Extension CRX File
Download Quiche Reader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Save interesting web pages and links to your queue. Read them later in Quiche Reader on your iOS devices*. • Tap the toolbar button to save the current page. • Control+click to save a link from the context menu without opening it. * You must be signed in with the same iCloud account on your Mac and iOS devices.
Extension Basic Information
Name | Quiche Reader |
ID | lbdeeclknfmbmnknkjpkgejedlldhakb |
Official URL | https://chromewebstore.google.com/detail/quiche-reader/lbdeeclknfmbmnknkjpkgejedlldhakb |
Description | Save web pages to Quiche Reader. |
File Size | 60.22 KB |
Installation Count | 268 |
Current Version | 1.1 |
Last Updated | 2023-04-08 |
Publish Date | 2019-08-27 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://quiche.works |
[email protected] | |
Payment Type | free |
Extension Website | https://quiche.works/reader |
Help Page URL | https://quiche.works/reader/support |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quiche Reader", "version": "1.1", "description": "Save web pages to Quiche Reader.", "icons": { "16": "icons\/default16.png", "32": "icons\/default32.png", "128": "icons\/default128.png" }, "browser_action": { "default_title": "Save to Quiche Reader", "default_icon": { "16": "icons\/toolbar16.png", "32": "icons\/toolbar32.png", "128": "icons\/toolbar128.png" } }, "background": { "scripts": [ "auth.js", "cloudkiterror.js", "cloudkit.js", "queue.js", "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/auth.readingqueue.app\/*" ], "js": [ "auth-notify.js" ] }, { "matches": [ " |