Now and Later
Save pages for later, and view them when you are not busy.
Now and Later란 무엇입니까?
Now and Later은(는) wcproductions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save pages for later, and view them when you are not busy."입니다.
확장 프로그램 스크린샷
Now and Later 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |