Window Session
Save each window as a separate session, automatically.
什麼是Window Session?
Window Session是由Fabio Spampinato開發的Chrome擴展程式,該擴展的主要功能是“Save each window as a separate session, automatically.”。
擴展截圖
下載Window Session擴展crx文件
下載Window Session擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
If you often have many windows open and you wish you could close some of them without losing any of their tabs, you've found the right extension. Each window can be saved as a separate session, any change to the tabs will be saved automatically, so that you can close any window at any time, and re-open it back with just 2 clicks. Sessions can be renamed and removed. If the current window is a saved session a counter displaying the number of opened tabs in it will be shown.
擴展基本資訊
名稱 | Window Session |
ID | koeeegbghbokaeaikifjhdbbkjbolcep |
官方網址 | https://chromewebstore.google.com/detail/window-session/koeeegbghbokaeaikifjhdbbkjbolcep |
簡介 | Save each window as a separate session, automatically. |
檔案大小 | 281 KB |
安裝次數 | 221 |
目前版本 | 1.2.0 |
更新時間 | 2021-11-16 |
上架時間 | 2019-10-26 |
評分 | 3.00/5 共 6 次評分 |
開發者 | Fabio Spampinato |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Window Session", "description": "Save each window as a separate session, automatically.", "version": "1.2.0", "background": { "page": "background.html" }, "browser_action": { "default_title": "Window Session", "default_popup": "popup.html", "default_icon": "icon-256.png" }, "permissions": [ "tabs", "storage" ], "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "64": "icon-64.png", "128": "icon-128.png", "256": "icon-256.png" } } |