Quiche Reader

Save web pages to Quiche Reader.

Cos'è Quiche Reader?

Quiche Reader è un'estensione di Chrome sviluppata da https://quiche.works, e la sua funzione principale è "Save web pages to Quiche Reader.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Quiche Reader

Scarica i file di estensione Quiche Reader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Quiche Reader Quiche Reader
ID lbdeeclknfmbmnknkjpkgejedlldhakb
URL Ufficiale https://chromewebstore.google.com/detail/quiche-reader/lbdeeclknfmbmnknkjpkgejedlldhakb
Descrizione Save web pages to Quiche Reader.
Dimensione del File 60.22 KB
Conteggio Installazioni 268
Versione Corrente 1.1
Ultimo Aggiornamento 2023-04-08
Data di Pubblicazione 2019-08-27
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://quiche.works
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://quiche.works/reader
URL della Pagina di Aiuto https://quiche.works/reader/support
Lingue Supportate 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"
    ]
}