Now and Later
Save pages for later, and view them when you are not busy.
Now and Later là gì?
Now and Later là một tiện ích mở rộng Chrome được phát triển bởi wcproductions, và tính năng chính của nó là "Save pages for later, and view them when you are not busy.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Now and Later
Tải xuống các tệp mở rộng Now and Later dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Now and Later |
ID | oebdghljofgongbdnfieaioiohdplkee |
URL Chính Thức | https://chromewebstore.google.com/detail/now-and-later/oebdghljofgongbdnfieaioiohdplkee |
Mô tả | Save pages for later, and view them when you are not busy. |
Kích Thước Tệp | 842 KB |
Số Lần Cài Đặt | 34 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2015-01-31 |
Ngày Phát Hành | 2015-01-31 |
Đánh Giá | 3.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | wcproductions |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |