Simple Session Manager
Save browser tabs and restore them later
Simple Session Managerとは何ですか?
Simple Session ManagerはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Save browser tabs and restore them later」です。
拡張機能のスクリーンショット
Simple Session Manager拡張機能のCRXファイルをダウンロード
Simple Session Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a simple browser session manager. You can save your current session and restore it later. Session information will be stored on you computer and you can save as many sessions as needed. It is also possible to save the state of only one (current) window.
拡張機能の基本情報
名前 | Simple Session Manager |
ID | gcgejjbgcgnopbehanipbmppplgjhboa |
公式URL | https://chromewebstore.google.com/detail/simple-session-manager/gcgejjbgcgnopbehanipbmppplgjhboa |
説明 | Save browser tabs and restore them later |
ファイルサイズ | 47.42 KB |
インストール数 | 33 |
現在のバージョン | 1.0.3 |
最終更新日 | 2020-01-30 |
公開日 | 2020-01-30 |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Session Manager", "short_name": "Session_Mngr", "description": "Save browser tabs and restore them later", "author": "ynyk", "version": "1.0.3", "icons": { "32": "icons\/tab-manager-32x32.png", "48": "icons\/tab-manager-48x48.png", "64": "icons\/tab-manager-64x64.png", "96": "icons\/tab-manager-96x96.png", "128": "icons\/tab-manager-128x128.png" }, "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "lib\/browser-polyfill.js", "background\/env.js", "background\/background.js" ] }, "browser_action": { "default_icon": "icons\/tab-manager-32x32.png", "default_title": "TabManager", "default_popup": "popup\/popup.html", "browser_style": false }, "web_accessible_resources": [ "img\/progress1.gif" ] } |