LaterTab

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

Qu'est-ce que LaterTab ?

LaterTab est une extension Chrome développée par https://latertab.elvistudio.com, et sa fonction principale est "Add links to Pocket (ReadItLater) on your mobile device to open them automatically in Chrome".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension LaterTab

Téléchargez les fichiers d'extension LaterTab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom LaterTab LaterTab
ID cfekifmopligajclflmciogkcmahoflo
URL Officiel https://chromewebstore.google.com/detail/latertab/cfekifmopligajclflmciogkcmahoflo
Description Add links to Pocket (ReadItLater) on your mobile device to open them automatically in Chrome
Taille du Fichier 46.3 KB
Nombre d'Installations 29
Version Actuelle 1.3.5
Dernière Mise à Jour 2012-08-05
Date de Publication 2012-08-04
Développeur https://latertab.elvistudio.com
Type de Paiement free
Langues Prises en Charge 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"
    }
}