Browser Sessions
Manage, save and restore tabs with one click. Access your browsing sessions when you need it.
什麼是Browser Sessions?
Browser Sessions是由julengaumard開發的Chrome擴展程式,該擴展的主要功能是“Manage, save and restore tabs with one click. Access your browsing sessions when you need it.”。
擴展截圖
下載Browser Sessions擴展crx文件
下載Browser Sessions擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Manage, save and restore tabs with one click. Access your browsing sessions when you need it. New: ⭐️ More customization ⭐️ enhanced UI ⭐️ Better animations ⭐️ Confirm deletion for sessions Features: ⭐️ Universal Search: Search through every session and find tabs. ⭐️ Quick Save: Save a session without typing a name. ⭐️ Open sessions on a new browser window. ⭐️ View tabs from every session to find the right one. ⭐️ Save as many tabs as you need for later. ⭐️ Tabs remain saved even if you close your browser or restart your computer. ⭐️ Save tabs from different windows and their tabs arrangement. ⭐️ Automatic dark and light mode. ⭐️ Select if you save tabs that belong to the browser (Ex: History, Downloads) ⭐️ Rename Sessions
擴展基本資訊
名稱 | Browser Sessions |
ID | klpkjpbocncglonoclkinmddmephecmb |
官方網址 | https://chromewebstore.google.com/detail/browser-sessions/klpkjpbocncglonoclkinmddmephecmb |
簡介 | Manage, save and restore tabs with one click. Access your browsing sessions when you need it. |
檔案大小 | 3.84 MB |
安裝次數 | 157 |
目前版本 | 1.2.1.5 |
更新時間 | 2024-02-27 |
上架時間 | 2022-03-03 |
評分 | 5.00/5 共 7 次評分 |
開發者 | julengaumard |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en,es,es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Browser Sessions", "version": "1.2.1.5", "author": "Julen Gaumard", "description": "__MSG_appDesc__", "default_locale": "en", "permissions": [ "tabs", "storage" ], "incognito": "split", "action": { "default_popup": "popup.html" }, "icons": { "16": "resources\/icon16.png", "32": "resources\/icon32.png", "48": "resources\/icon48.png", "128": "resources\/icon128.png" }, "commands": { "create-session": { "suggested_key": { "default": "Ctrl+Shift+S", "mac": "Command+Shift+S" }, "description": "Creates a session with current tabs." } }, "background": { "service_worker": "scripts\/worker.js", "type": "module" } } |