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 |
官方網址 | 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" ] } |