Later

Creates bookmarks for browser tabs to access them later.

Later là gì?

Later là một tiện ích mở rộng Chrome được phát triển bởi CodeCodingCoder, và tính năng chính của nó là "Creates bookmarks for browser tabs to access them later.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Later

Tải xuống các tệp mở rộng Later dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Later Later
ID aokignajbinhiblkcbnckmgleljfomld
URL Chính Thức https://chrome.google.com/webstore/detail/later/aokignajbinhiblkcbnckmgleljfomld
Mô tả Creates bookmarks for browser tabs to access them later.
Kích Thước Tệp 189 KB
Số Lần Cài Đặt 83
Phiên Bản Hiện Tại 2.0.0.0
Cập Nhật Lần Cuối 2013-02-27
Ngày Phát Hành 2013-02-27
Đánh Giá 4.00/5 Tổng số 11 Đánh Giá
Nhà Phát Triển CodeCodingCoder
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}