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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}