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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yliansoft และคุณลักษณะหลักของมันคือ "Quiver Web Clipper lets you clip web pages as Quiver notes. It also provides a clutter-free Reader View."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quiver Web Clipper
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
| 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\/*"
]
} | |