LaterTab
Add links to Pocket (ReadItLater) on your mobile device to open them automatically in Chrome
Τι είναι το LaterTab;
Το LaterTab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://latertab.elvistudio.com, και η κύρια λειτουργία του είναι "Add links to Pocket (ReadItLater) on your mobile device to open them automatically in Chrome".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης LaterTab
Λήψη αρχείων επέκτασης 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 |
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" } } |