Kindle Highlights to Readsmart
Sync all your Kindle highlights automatically using Readsmart Chrome Extension
Kindle Highlights to Readsmartคืออะไร?
Kindle Highlights to Readsmart เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://readsmart.co และคุณลักษณะหลักของมันคือ "Sync all your Kindle highlights automatically using Readsmart Chrome Extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kindle Highlights to Readsmart
ดาวน์โหลดไฟล์ส่วนขยาย Kindle Highlights to Readsmart ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Get the most of your highlights Sync all your Kindle highlights automatically using Readsmart Chrome Extension. Every time you add a new highlight you will get a notification. From here, you can go directly to Readsmart. What’s next: * Keep your highlights and notes under control through categorization. Search, tag and edit them instantly. * Retain what is valuable to you using /Spaced Repetition/. Combine disparate ideas from different areas of knowledge. We only have access to https://read.amazon.com. That's where your ebooks and highlights are stored. Any questions? Feel free to reach us at [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Kindle Highlights to Readsmart |
ID | kghigmohnggnegnoielmjnkhookemobp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/kindle-highlights-to-read/kghigmohnggnegnoielmjnkhookemobp |
คำอธิบาย | Sync all your Kindle highlights automatically using Readsmart Chrome Extension |
ขนาดไฟล์ | 478 KB |
จำนวนการติดตั้ง | 44 |
เวอร์ชันปัจจุบัน | 1.1.10 |
อัปเดตครั้งล่าสุด | 2019-12-29 |
วันที่เผยแพร่ | 2019-12-27 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://readsmart.co |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://readsmart.co/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kindle Highlights to Readsmart", "version": "1.1.10", "description": "Sync all your Kindle highlights automatically using Readsmart Chrome Extension", "short_name": "Sync all your Kindle highlights automatically", "permissions": [ "storage", "alarms", "cookies", "https:\/\/app.readsmart.co\/", "https:\/\/server.readsmart.co\/", "idle" ], "browser_action": { "default_popup": "index.html" }, "background": { "scripts": [ "dependencies\/jquery.min.js", "dependencies\/sentry.min.js", "background.js" ] }, "content_scripts": [ { "run_at": "document_idle", "matches": [ "https:\/\/read.amazon.com\/notebook?readsmart=sync" ], "css": [ "loading.css" ] } ], "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "manifest_version": 2 } |