LaterTab
Add links to Pocket (ReadItLater) on your mobile device to open them automatically in Chrome
LaterTabคืออะไร?
LaterTab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://latertab.elvistudio.com และคุณลักษณะหลักของมันคือ "Add links to Pocket (ReadItLater) on your mobile device to open them automatically in Chrome"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LaterTab
ดาวน์โหลดไฟล์ส่วนขยาย LaterTab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Many mobile apps have Pocket (ReadItLater) integration (Twitter, Reeder etc.). So you can easily send interesting links from your mobile device to the desktop browser for more comfortable reading or for later viewing (for the time you get home, for example). All links added to your Pocket account will automatically open in Chrome and marked as read so you will be able to access the old links on http://getpocket.com/read If you have a lot of unread links then it will open up only 10 newest items. The next 10 links you'll receive at the nearest checking. And so on until there will not remain unread items. You can set up checking interval in options. The extension was written for personal use but I'm sure there're those who also lack such a feature, so I decided to post it in a web store.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | LaterTab |
ID | cfekifmopligajclflmciogkcmahoflo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/latertab/cfekifmopligajclflmciogkcmahoflo |
คำอธิบาย | Add links to Pocket (ReadItLater) on your mobile device to open them automatically in Chrome |
ขนาดไฟล์ | 46.3 KB |
จำนวนการติดตั้ง | 29 |
เวอร์ชันปัจจุบัน | 1.3.5 |
อัปเดตครั้งล่าสุด | 2012-08-05 |
วันที่เผยแพร่ | 2012-08-04 |
ผู้พัฒนา | https://latertab.elvistudio.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "LaterTab", "version": "1.3.5", "description": "Add links to Pocket (ReadItLater) on your mobile device to open them automatically in Chrome", "permissions": [ "https:\/\/readitlaterlist.com\/*" ], "background": { "scripts": [ "jquery.js", "bg.js" ] }, "options_page": "options.html", "icons": { "128": "icon.png" } } |