Tab Capture

Organize and store browsing tabs

Tab Captureคืออะไร?

Tab Capture เป็นส่วนขยายของ Chrome ที่พัฒนาโดย abhijit.seal และคุณลักษณะหลักของมันคือ "Organize and store browsing tabs"

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

ดาวน์โหลดไฟล์ส่วนขยาย Tab Capture ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Using Tab capture you can record the tabs and open at a later time on any computer. You can also store the record as bookmark.

With this extension, you never have to remember an url again or don't have to clutter the bookmark                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tab Capture Tab Capture
ID dimbnhdhcboeolhledfhoemgldofldnh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tab-capture/dimbnhdhcboeolhledfhoemgldofldnh
คำอธิบาย Organize and store browsing tabs
ขนาดไฟล์ 24.41 KB
จำนวนการติดตั้ง 58
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-01-17
วันที่เผยแพร่ 2015-01-17
ผู้พัฒนา abhijit.seal
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Capture",
    "version": "1.0",
    "description": "Organize and store browsing tabs",
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "bookmarks"
    ],
    "browser_action": {
        "default_popup": "tabcap.html",
        "default_title": "TabCapture"
    },
    "icons": {
        "128": "tabCapture-128.png"
    },
    "manifest_version": 2
}