Quiche Reader

Save web pages to Quiche Reader.

Apa itu Quiche Reader?

Quiche Reader adalah ekstensi Chrome yang dikembangkan oleh https://quiche.works, dan fitur utamanya adalah "Save web pages to Quiche Reader.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Quiche Reader

Unduh file ekstensi Quiche Reader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Quiche Reader Quiche Reader
ID lbdeeclknfmbmnknkjpkgejedlldhakb
URL Resmi https://chromewebstore.google.com/detail/quiche-reader/lbdeeclknfmbmnknkjpkgejedlldhakb
Deskripsi Save web pages to Quiche Reader.
Ukuran File 60.22 KB
Jumlah Instalasi 268
Versi Saat Ini 1.1
Terakhir Diperbarui 2023-04-08
Tanggal Publikasi 2019-08-27
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://quiche.works
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://quiche.works/reader
URL Halaman Bantuan https://quiche.works/reader/support
Bahasa yang Didukung 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"
    ]
}