Save Working Session

Easy to save current working tabs and restore when you come back.

Save Working Sessionคืออะไร?

Save Working Session เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mactiencong และคุณลักษณะหลักของมันคือ "Easy to save current working tabs and restore when you come back."

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

screenshot

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

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

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

                        Easy to save current working tabs and restore when you come back.

How to use:
Step 1: Click to icon of "Save Working Session" to save all current working tabs. Close browser and take some break.
Step 2: Open browser. Click again icon of "Save Working Session" to immediately restore all tabs of previous session and ready to continue working.

Note: Icon with green ⬇ means ready to restore.                    

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

ชื่อ Save Working Session Save Working Session
ID daeajljhfkfgkofbdnikbodjlpbmaopm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/save-working-session/daeajljhfkfgkofbdnikbodjlpbmaopm
คำอธิบาย Easy to save current working tabs and restore when you come back.
ขนาดไฟล์ 7.23 KB
จำนวนการติดตั้ง 81
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2019-12-04
วันที่เผยแพร่ 2019-12-01
คะแนน 4.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา mactiencong
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.linkedin.com/in/mactiencong/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save Working Session",
    "short_name": "Save Working Session",
    "description": "Easy to save current working tabs and restore when you come back.",
    "version": "1.0.1",
    "author": "matico",
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon\/icon.png"
    }
}