Later

Creates bookmarks for browser tabs to access them later.

Laterคืออะไร?

Later เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CodeCodingCoder และคุณลักษณะหลักของมันคือ "Creates bookmarks for browser tabs to access them later."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Later

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}