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 |
| 公式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"
]
} | |