Quiche Reader

Save web pages to Quiche Reader.

Wat is Quiche Reader?

Quiche Reader is een Chrome-extensie ontwikkeld door https://quiche.works, en de belangrijkste functie is "Save web pages to Quiche Reader.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Quiche Reader

Download Quiche Reader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Quiche Reader Quiche Reader
ID lbdeeclknfmbmnknkjpkgejedlldhakb
Officiële URL https://chromewebstore.google.com/detail/quiche-reader/lbdeeclknfmbmnknkjpkgejedlldhakb
Beschrijving Save web pages to Quiche Reader.
Bestandsgrootte 60.22 KB
Aantal Installaties 268
Huidige Versie 1.1
Laatst Bijgewerkt 2023-04-08
Publicatiedatum 2019-08-27
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://quiche.works
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://quiche.works/reader
Help Pagina-URL https://quiche.works/reader/support
Ondersteunde Talen 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"
    ]
}