Session Keeper

Save window configurations for future use

Session Keeperคืออะไร?

Session Keeper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Save window configurations for future use"

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

screenshot
screenshot

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

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

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

                        Manage and save your windows and tabs. Drag and drop to make organization easy!                    

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

ชื่อ Session Keeper Session Keeper
ID okhgbddgbeihpjndlcgkdkamejiigkno
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/session-keeper/okhgbddgbeihpjndlcgkdkamejiigkno
คำอธิบาย Save window configurations for future use
ขนาดไฟล์ 108 KB
จำนวนการติดตั้ง 518
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2016-04-20
วันที่เผยแพร่ 2016-04-20
คะแนน 3.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.2",
    "name": "Session Keeper",
    "manifest_version": 2,
    "description": "Save window configurations for future use",
    "browser_action": {
        "default_title": "Session Keeper"
    },
    "icons": {
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_security_policy": "default-src 'self'; script-src 'self'; style-src * 'unsafe-inline'; img-src 'self' data:;"
}