Now and Later
Save pages for later, and view them when you are not busy.
Τι είναι το Now and Later;
Το Now and Later είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον wcproductions, και η κύρια λειτουργία του είναι "Save pages for later, and view them when you are not busy.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Now and Later
Λήψη αρχείων επέκτασης Now and Later σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Now and Later is a simple anti-procrastination tool for saving pages for later viewing! Avoid bookmark clutter and rediscover pages you told yourself you'd eventually look at -- just not when you're working! Hit "Later" to close and store the current tab (which you clearly don't have time to look at now). Hit "Now" when you have free time to reopen the oldest tab you've stored. If you want to clear all your stored pages, hit the "Reset" button on top. Careful, this is not reversible! Made with <3 by Chow and Wang
Βασικές Πληροφορίες Επέκτασης
Όνομα | Now and Later |
ID | oebdghljofgongbdnfieaioiohdplkee |
Επίσημο URL | https://chromewebstore.google.com/detail/now-and-later/oebdghljofgongbdnfieaioiohdplkee |
Περιγραφή | Save pages for later, and view them when you are not busy. |
Μέγεθος Αρχείου | 842 KB |
Αριθμός Εγκαταστάσεων | 34 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2015-01-31 |
Ημερομηνία Δημοσίευσης | 2015-01-31 |
Αξιολόγηση | 3.33/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | wcproductions |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Now and Later", "description": "Save pages for later, and view them when you are not busy.", "version": "1.1", "icons": { "16": "icon_16x16.png", "48": "icon_48x48.png", "128": "icon_128x128.png" }, "permissions": [ "storage", "tabs" ], "browser_action": { "default_icon": "icon_16x16.png", "default_popup": "bookmark.html" } } |