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”。

擴展截圖

screenshot

下載LaterTab擴展crx文件

下載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 LaterTab
ID cfekifmopligajclflmciogkcmahoflo
官方網址 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"
    }
}