Send to Kindle
Push news articles, blogs posts and other web content to Kindle devices.
Send to Kindleคืออะไร?
Send to Kindle เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://reabble.com และคุณลักษณะหลักของมันคือ "Push news articles, blogs posts and other web content to Kindle devices."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Send to Kindle
ดาวน์โหลดไฟล์ส่วนขยาย Send to Kindle ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Push the current web page or your own edited content to your Amazon Kindle wirelessly in just one click. Web version: https://send.reabble.com https://send.reabble.cn (For China 中国) If you prefer Bookmarklet, you can open web version to install it.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Send to Kindle |
ID | hbpbgibkeaekdamphclfbnabodigbjhd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/send-to-kindle/hbpbgibkeaekdamphclfbnabodigbjhd |
คำอธิบาย | Push news articles, blogs posts and other web content to Kindle devices. |
ขนาดไฟล์ | 10.95 KB |
จำนวนการติดตั้ง | 928 |
เวอร์ชันปัจจุบัน | 2.1 |
อัปเดตครั้งล่าสุด | 2023-03-23 |
วันที่เผยแพร่ | 2020-05-28 |
คะแนน | 4.92/5 รวมทั้งหมด 12 คะแนน |
ผู้พัฒนา | https://reabble.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://send.reabble.com |
URL หน้าช่วยเหลือ | https://github.com/oxyry/reabble/issues |
URL หน้านโยบายความเป็นส่วนตัว | https://send.reabble.com/static/html/privacy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Send to Kindle", "version": "2.1", "description": "Push news articles, blogs posts and other web content to Kindle devices.", "homepage_url": "https:\/\/send.reabble.com", "icons": { "16": "icons\/icon-16.png", "24": "icons\/icon-24.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png" }, "permissions": [ "activeTab", "scripting", "storage" ], "action": { "default_icon": { "16": "icons\/icon-16.png", "24": "icons\/icon-24.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png" }, "default_title": "Send to Kindle" }, "background": { "service_worker": "background.js" }, "options_ui": { "page": "options.html", "open_in_tab": false } } |