Quiche Reader

Save web pages to Quiche Reader.

什么是Quiche Reader?

Quiche Reader是由https://quiche.works开发的Chrome扩展程序,该扩展的主要功能是“Save web pages to Quiche Reader.”。

扩展截图

screenshot
screenshot
screenshot

下载Quiche Reader扩展crx文件

下载Quiche Reader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Quiche Reader Quiche Reader
ID lbdeeclknfmbmnknkjpkgejedlldhakb
官方URL https://chromewebstore.google.com/detail/quiche-reader/lbdeeclknfmbmnknkjpkgejedlldhakb
简介 Save web pages to Quiche Reader.
文件大小 60.22 KB
安装次数 268
当前版本 1.1
更新时间 2023-04-08
上架时间 2019-08-27
评分 5.00/5 共1次评分
开发者 https://quiche.works
电子邮箱 [email protected]
付费类型 free
扩展官网 https://quiche.works/reader
帮助页面URL https://quiche.works/reader/support
支持的语言 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": [
                ""
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "handlebars.js",
                "overlay.js",
                "overlay-setup.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage"
    ]
}