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.」です。
拡張機能のスクリーンショット
Quiver Web Clipper拡張機能のCRXファイルをダウンロード
Quiver Web Clipper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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\/*" ] } |