Read Later
Save tabs to read later and automatically sync between browsers.
Read Laterคืออะไร?
Read Later เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://timleland.com และคุณลักษณะหลักของมันคือ "Save tabs to read later and automatically sync between browsers."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Read Later
ดาวน์โหลดไฟล์ส่วนขยาย Read Later ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
When you find an article that is worth reading but do not have time, ReadLater allows you to save the tab for another time. - Your saved tabs will automatically sync between computers - Use the shortcut key (ctrl + shift + S) to save links without opening the extension. - Keep your browser fast by limiting the number of open tabs - Right on any link to add it to ReadLater - Save hundreds of links More info: https://timleland.com/read-later-extension/ Source Code: https://github.com/timleland/ReadLaterCE
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hleifpgbhiladknmecmkpgbgfmlnjhoh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/read-later/hleifpgbhiladknmecmkpgbgfmlnjhoh |
คำอธิบาย | Save tabs to read later and automatically sync between browsers. |
ขนาดไฟล์ | 2.45 MB |
จำนวนการติดตั้ง | 3,107 |
เวอร์ชันปัจจุบัน | 1.7.5 |
อัปเดตครั้งล่าสุด | 2020-11-19 |
วันที่เผยแพร่ | 2020-01-07 |
คะแนน | 3.94/5 รวมทั้งหมด 17 คะแนน |
ผู้พัฒนา | https://timleland.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://timleland.com/read-later-extension/ |
URL หน้าช่วยเหลือ | https://timleland.com/read-later-extension/ |
URL หน้านโยบายความเป็นส่วนตัว | https://t.ly/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Read Later", "homepage_url": "https:\/\/timleland.com\/read-later-extension\/", "short_name": "RL", "description": "Save tabs to read later and automatically sync between browsers.", "permissions": [ "storage", "tabs", "contextMenus" ], "background": { "scripts": [ "assets\/js\/jquery.min.js", "assets\/js\/jquery.timeago.min.js", "assets\/js\/badge.js", "assets\/js\/scripts.js", "assets\/js\/backgroundScript.js" ] }, "version": "1.7.5", "browser_action": { "default_title": "Read Later", "default_icon": "assets\/img\/icon.png", "default_popup": "popup.html" }, "icons": { "16": "assets\/img\/icon.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "commands": { "save-tab": { "suggested_key": { "default": "Ctrl+Shift+S", "mac": "Command+Shift+S" }, "description": "Save Tab" } } } |