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
官方網址 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"
    ]
}