LaterTab

Add links to Pocket (ReadItLater) on your mobile device to open them automatically in Chrome

What is LaterTab?

LaterTab is a Chrome extension developed by https://latertab.elvistudio.com, and its main feature is "Add links to Pocket (ReadItLater) on your mobile device to open them automatically in Chrome".

Extension Screenshots

screenshot

Download LaterTab Extension CRX File

Download LaterTab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name LaterTab LaterTab
ID cfekifmopligajclflmciogkcmahoflo
Official URL https://chromewebstore.google.com/detail/latertab/cfekifmopligajclflmciogkcmahoflo
Description Add links to Pocket (ReadItLater) on your mobile device to open them automatically in Chrome
File Size 46.3 KB
Installation Count 29
Current Version 1.3.5
Last Updated 2012-08-05
Publish Date 2012-08-04
Developer https://latertab.elvistudio.com
Payment Type free
Supported Languages 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"
    }
}