Quiche Reader

Save web pages to Quiche Reader.

Quiche Readerとは何ですか?

Quiche Readerはhttps://quiche.worksによって開発されたChromeの拡張機能で、その主な機能は「Save web pages to Quiche Reader.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Quiche Reader拡張機能のCRXファイルをダウンロード

Quiche Reader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Quiche Reader Quiche Reader
ID lbdeeclknfmbmnknkjpkgejedlldhakb
公式URL https://chromewebstore.google.com/detail/quiche-reader/lbdeeclknfmbmnknkjpkgejedlldhakb
説明 Save web pages to Quiche Reader.
ファイルサイズ 60.22 KB
インストール数 268
現在のバージョン 1.1
最終更新日 2023-04-08
公開日 2019-08-27
評価 5.00/5 合計 1 レビュー
開発者 https://quiche.works
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://quiche.works/reader
ヘルプページのURL https://quiche.works/reader/support
対応言語 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"
    ]
}