Quiche Reader

Save web pages to Quiche Reader.

Quiche Reader là gì?

Quiche Reader là một tiện ích mở rộng Chrome được phát triển bởi https://quiche.works, và tính năng chính của nó là "Save web pages to Quiche Reader.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Quiche Reader

Tải xuống các tệp mở rộng Quiche Reader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Quiche Reader Quiche Reader
ID lbdeeclknfmbmnknkjpkgejedlldhakb
URL Chính Thức https://chromewebstore.google.com/detail/quiche-reader/lbdeeclknfmbmnknkjpkgejedlldhakb
Mô tả Save web pages to Quiche Reader.
Kích Thước Tệp 60.22 KB
Số Lần Cài Đặt 268
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2023-04-08
Ngày Phát Hành 2019-08-27
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://quiche.works
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://quiche.works/reader
URL Trang Trợ Giúp https://quiche.works/reader/support
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}