Now and Later
Save pages for later, and view them when you are not busy.
Qu'est-ce que Now and Later ?
Now and Later est une extension Chrome développée par wcproductions, et sa fonction principale est "Save pages for later, and view them when you are not busy.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Now and Later
Téléchargez les fichiers d'extension Now and Later 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
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
Informations de Base sur l'Extension
Nom | Now and Later |
ID | oebdghljofgongbdnfieaioiohdplkee |
URL Officiel | https://chromewebstore.google.com/detail/now-and-later/oebdghljofgongbdnfieaioiohdplkee |
Description | Save pages for later, and view them when you are not busy. |
Taille du Fichier | 842 KB |
Nombre d'Installations | 34 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2015-01-31 |
Date de Publication | 2015-01-31 |
Évaluation | 3.33/5 Total 3 Évaluations |
Développeur | wcproductions |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |