Now and Later
Save pages for later, and view them when you are not busy.
Was ist Now and Later?
Now and Later ist eine Chrome-Erweiterung, die von wcproductions entwickelt wurde, und ihr Hauptmerkmal ist "Save pages for later, and view them when you are not busy.".
Erweiterungsscreenshots
Now and Later-Erweiterungs-CRX-Datei herunterladen
Laden Sie Now and Later-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Now and Later |
ID | oebdghljofgongbdnfieaioiohdplkee |
Offizielle URL | https://chromewebstore.google.com/detail/now-and-later/oebdghljofgongbdnfieaioiohdplkee |
Beschreibung | Save pages for later, and view them when you are not busy. |
Dateigröße | 842 KB |
Installationsanzahl | 34 |
Aktuelle Version | 1.1 |
Letztes Update | 2015-01-31 |
Veröffentlichungsdatum | 2015-01-31 |
Bewertung | 3.33/5 Insgesamt 3 Bewertungen |
Entwickler | wcproductions |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |