Session Manager
A simple Session manager that syncs across your PCs
Session Managerとは何ですか?
Session Managerはhttps://rjgtav.wordpress.comによって開発されたChromeの拡張機能で、その主な機能は「A simple Session manager that syncs across your PCs」です。
拡張機能のスクリーンショット
Session Manager拡張機能のCRXファイルをダウンロード
Session Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With Session Manager you'll be able to group and save your tabs into multiple sessions. This not only improves your productivity by reducing the clutter, but also serves as an automatic backup in case of a system crash, all while also saving some much needed resources for your other programs. Features: + Up to 120 tabs per session + Up to 30 sessions + Automatically syncs between all of your PCs* *Make sure to sign in with your browser vendor's account (e.g Google if you're using Chrome, Microsoft if you're using Edge, etc.) This extension is open-source and available at https://github.com/rjgtav/chrome-session-manager
拡張機能の基本情報
名前 | Session Manager |
ID | aflhdjdhfogmjdakdkbhiacemdkkipkp |
公式URL | https://chromewebstore.google.com/detail/session-manager/aflhdjdhfogmjdakdkbhiacemdkkipkp |
説明 | A simple Session manager that syncs across your PCs |
ファイルサイズ | 2.09 MB |
インストール数 | 283 |
現在のバージョン | 1.2.2 |
最終更新日 | 2020-04-02 |
公開日 | 2020-03-27 |
評価 | 2.33/5 合計 3 レビュー |
開発者 | https://rjgtav.wordpress.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Session Manager", "version": "1.2.2", "description": "A simple Session manager that syncs across your PCs", "manifest_version": 2, "background": { "scripts": [ "background.js", "runtime.js", "vendor.js" ], "persistent": true }, "browser_action": { "default_popup": "index.html" }, "icons": { "16": "assets\/logo16.png", "48": "assets\/logo48.png", "128": "assets\/logo128.png" }, "permissions": [ "alarms", "storage", "tabs" ] } |