TabCache

Helps you save your online workspace for later use

TabCacheคืออะไร?

TabCache เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bluesenberg และคุณลักษณะหลักของมันคือ "Helps you save your online workspace for later use"

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

screenshot
screenshot

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

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

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

                        No more windows full of tabs that stay open because you're afraid to lose them. Save your current window and file it under a workspace name. The next time that you want to continue where you left off, simply open the workspace!

Prompt before downloading that says extension can read history is Google's way of saying that it can access any tab on an open window. The extension has no access to your history and has no analytics.                    

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

ชื่อ TabCache TabCache
ID dclldinphdggbaopjkjllgcplbijkibh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabcache/dclldinphdggbaopjkjllgcplbijkibh
คำอธิบาย Helps you save your online workspace for later use
ขนาดไฟล์ 598 KB
จำนวนการติดตั้ง 84
เวอร์ชันปัจจุบัน 2.0.2
อัปเดตครั้งล่าสุด 2016-06-19
วันที่เผยแพร่ 2016-06-19
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา bluesenberg
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabCache",
    "description": "Helps you save your online workspace for later use",
    "version": "2.0.2",
    "icons": {
        "16": "icons\/drawer_purple_16.png",
        "48": "icons\/drawer_purple_48.png",
        "128": "icons\/drawer_purple_128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery-2.1.4.min.js",
            "popup.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "web_accessible_resources": [
        "http:\/\/www.flaticon.com\/authors\/yannickYannick http:\/\/www.flaticon.com http:\/\/creativecommons.org\/licenses\/by\/3.0\/"
    ]
}