LaterTab
Add links to Pocket (ReadItLater) on your mobile device to open them automatically in Chrome
LaterTab là gì?
LaterTab là một tiện ích mở rộng Chrome được phát triển bởi https://latertab.elvistudio.com, và tính năng chính của nó là "Add links to Pocket (ReadItLater) on your mobile device to open them automatically in Chrome".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng LaterTab
Tải xuống các tệp mở rộng LaterTab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | LaterTab |
ID | cfekifmopligajclflmciogkcmahoflo |
URL Chính Thức | https://chromewebstore.google.com/detail/latertab/cfekifmopligajclflmciogkcmahoflo |
Mô tả | Add links to Pocket (ReadItLater) on your mobile device to open them automatically in Chrome |
Kích Thước Tệp | 46.3 KB |
Số Lần Cài Đặt | 29 |
Phiên Bản Hiện Tại | 1.3.5 |
Cập Nhật Lần Cuối | 2012-08-05 |
Ngày Phát Hành | 2012-08-04 |
Nhà Phát Triển | https://latertab.elvistudio.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |