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.”。

擴展截圖

screenshot

下載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 Now and Later
ID oebdghljofgongbdnfieaioiohdplkee
官方網址 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"
    }
}