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ファイルをダウンロード
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" } } |