Later

Creates bookmarks for browser tabs to access them later.

什麼是Later?

Later是由CodeCodingCoder開發的Chrome擴展程式,該擴展的主要功能是“Creates bookmarks for browser tabs to access them later.”。

擴展截圖

screenshot
screenshot

下載Later擴展crx文件

下載Later擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Simply put, this extension creates a bookmark.

It makes the bookmark in, by default:

    [Bookmark Root]:[Other bookmarks]:[_Later_]:[YYYY-MM-DD]:{Bookmark(s)}

User can configure behaviors of the extension a bit in the Options Page:

  1. The extension has three operation modes: OneTab, OneWin, and AllWin.
  2. The bookmark root for the extension can be changed from "_Later_".
  3. Close the tab/window(s) automatically afterwards.

I made this extension for "my" convenience, but it would be nice to see usefulness for other people.  Please let me know what you think.  Thanks.                    

擴展基本資訊

名稱 Later Later
ID aokignajbinhiblkcbnckmgleljfomld
官方網址 https://chrome.google.com/webstore/detail/later/aokignajbinhiblkcbnckmgleljfomld
簡介 Creates bookmarks for browser tabs to access them later.
檔案大小 189 KB
安裝次數 83
目前版本 2.0.0.0
更新時間 2013-02-27
上架時間 2013-02-27
評分 4.00/5 共 11 次評分
開發者 CodeCodingCoder
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Later",
    "version": "2.0.0.0",
    "manifest_version": 2,
    "description": "Creates bookmarks for browser tabs to access them later.",
    "icons": {
        "16": "icons\/later16.png",
        "48": "icons\/later48.png",
        "128": "icons\/later128.png"
    },
    "browser_action": {
        "default_icon": "icons\/laterBase19.png",
        "default_title": "Later extension: Creates bookmarks for tabs to access them later."
    },
    "background": {
        "page": "laterBackground.html"
    },
    "incognito": "split",
    "minimum_chrome_version": "4.0.222.0",
    "options_page": "laterOptions.html",
    "permissions": [
        "tabs",
        "bookmarks",
        "contextMenus",
        "management"
    ]
}