Session Manager
Simple yet powerful tab set management. Quickly and easily save, update, remove, and restore sets of tabs!
什麼是Session Manager?
Session Manager是由https://teddy.io開發的Chrome擴展程式,該擴展的主要功能是“Simple yet powerful tab set management. Quickly and easily save, update, remove, and restore sets of tabs!”。
擴展截圖
下載Session Manager擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | mghenlmbmjcpehccoangkdpagbcbkdpc |
| 官方網址 | 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"
]
} | |