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
公式URL 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"
    ]
}