Session Manager

Simple yet powerful tab set management. Quickly and easily save, update, remove, and restore sets of tabs!

Session Managerคืออะไร?

Session Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://teddy.io และคุณลักษณะหลักของมันคือ "Simple yet powerful tab set management. Quickly and easily save, update, remove, and restore sets of tabs!"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Session Manager is a simple yet powerful extension that makes it quick and easy to save, update, remove, and restore sets of tabs.

Common uses include:
 - Creating sessions for daily routines: pages you open in the morning, afternoon and evening.
 - Grouping pages of common interest such as News, Financial and Social.
 - Saving pages discovered during a research session that you'd like to revisit later.                    

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

ชื่อ Session Manager Session Manager
ID mghenlmbmjcpehccoangkdpagbcbkdpc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/session-manager/mghenlmbmjcpehccoangkdpagbcbkdpc
คำอธิบาย Simple yet powerful tab set management. Quickly and easily save, update, remove, and restore sets of tabs!
ขนาดไฟล์ 475 KB
จำนวนการติดตั้ง 78,015
เวอร์ชันปัจจุบัน 3.5.0
อัปเดตครั้งล่าสุด 2016-10-14
วันที่เผยแพร่ 2016-10-13
คะแนน 4.00/5 รวมทั้งหมด 494 คะแนน
ผู้พัฒนา https://teddy.io
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Session Manager",
    "version": "3.5.0",
    "description": "Simple yet powerful tab set management. Quickly and easily save, update, remove, and restore sets of tabs!",
    "icons": {
        "16": "img\/16.png",
        "128": "img\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/19-1x.png",
            "38": "img\/19-2x.png"
        },
        "default_title": "Session Manager",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/errors.js",
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "offline_enabled": true,
    "omnibox": {
        "keyword": "session"
    },
    "options_page": "options.html",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "tabs"
    ]
}