LaterTab
Add links to Pocket (ReadItLater) on your mobile device to open them automatically in Chrome
LaterTab란 무엇입니까?
LaterTab은(는) https://latertab.elvistudio.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add links to Pocket (ReadItLater) on your mobile device to open them automatically in Chrome"입니다.
확장 프로그램 스크린샷
LaterTab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |