Quiche Reader

Save web pages to Quiche Reader.

O que é Quiche Reader?

Quiche Reader é uma extensão do Chrome desenvolvida por https://quiche.works, e sua principal característica é "Save web pages to Quiche Reader.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Quiche Reader

Baixe arquivos de extensão Quiche Reader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Quiche Reader Quiche Reader
ID lbdeeclknfmbmnknkjpkgejedlldhakb
URL Oficial https://chromewebstore.google.com/detail/quiche-reader/lbdeeclknfmbmnknkjpkgejedlldhakb
Descrição Save web pages to Quiche Reader.
Tamanho do Arquivo 60.22 KB
Contagem de Instalações 268
Versão Atual 1.1
Última Atualização 2023-04-08
Data de Publicação 2019-08-27
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://quiche.works
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://quiche.works/reader
URL da Página de Ajuda https://quiche.works/reader/support
Idiomas Suportados 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"
    ]
}