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. 擴展基本資訊
| 名稱 | |
| ID | hcnffmpopoelpggikahccdfenoobjigj |
| 官方網址 | 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\/*"
]
} | |