Quiver Web Clipper

Quiver Web Clipper lets you clip web pages as Quiver notes. It also provides a clutter-free Reader View.

Quiver Web Clipper란 무엇입니까?

Quiver Web Clipper은(는) yliansoft에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quiver Web Clipper lets you clip web pages as Quiver notes. It also provides a clutter-free Reader View."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Quiver Web Clipper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Features:
* A clutter-free Reader View
* Markdown mode
* Clip a decluttered web page to Quiver as a text note or a Markdown note
* Clip a selection to Quiver (right click on a highlighted selection in the original web page and choose "Clip to Quiver")
* Print a decluttered web page

Notes:
* Please make sure that you are running Quiver v3.2.4 or above.
* The web clipper is designed to work with individual articles, not index pages. If you find an issue with an article page, please leave a review with a test link.                    

확장 프로그램 기본 정보

이름 Quiver Web Clipper Quiver Web Clipper
ID hcnffmpopoelpggikahccdfenoobjigj
공식 URL https://chromewebstore.google.com/detail/quiver-web-clipper/hcnffmpopoelpggikahccdfenoobjigj
설명 Quiver Web Clipper lets you clip web pages as Quiver notes. It also provides a clutter-free Reader View.
파일 크기 38.75 KB
설치 횟수 2,342
현재 버전 1.2.0
최근 업데이트 2021-04-15
출시 날짜 2019-05-20
평점 4.61/5 총 18 개의 평점
개발자 yliansoft
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quiver Web Clipper",
    "version": "1.2.0",
    "author": "Yaogang Lian",
    "description": "Quiver Web Clipper lets you clip web pages as Quiver notes. It also provides a clutter-free Reader View.",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": false
    },
    "permissions": [
        "clipboardWrite",
        "activeTab",
        "contextMenus"
    ],
    "browser_action": {
        "default_title": "Quiver Web Clipper",
        "default_icon": {
            "19": "images\/menu-icon-19.png",
            "38": "images\/menu-icon-38.png"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/api.twitter.com; object-src 'self'",
    "web_accessible_resources": [
        "overlay\/*"
    ]
}