Sessions for Google Chrome™
Compile your tabs into Sessions.
什麼是Sessions for Google Chrome™?
Sessions for Google Chrome™是由bulletblue開發的Chrome擴展程式,該擴展的主要功能是“Compile your tabs into Sessions.”。
擴展截圖
下載Sessions for Google Chrome™擴展crx文件
下載Sessions for Google Chrome™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Sessions for Google Chrome™ allows you to save all tabs in your current window into a single session for recalling later. If you've got a bunch of tabs open, all related to a single focus, you can shelve the session and close the tabs or entire window, and single-click to restore it. Sessions are shared across any machine signed into the same Google account. Tabs will open in current window by default or optionally in a new window.
擴展基本資訊
名稱 | Sessions for Google Chrome™ |
ID | kkaegklhgkhfdhanhalpjhfbpmlomlhc |
官方網址 | https://chromewebstore.google.com/detail/sessions-for-google-chrom/kkaegklhgkhfdhanhalpjhfbpmlomlhc |
簡介 | Compile your tabs into Sessions. |
檔案大小 | 727 KB |
安裝次數 | 1,166 |
目前版本 | 1.2.1 |
更新時間 | 2016-04-16 |
上架時間 | 2016-04-16 |
評分 | 3.57/5 共 7 次評分 |
開發者 | bulletblue |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sessions for Google Chrome\u2122", "short_name": "Sessions", "version": "1.2.1", "description": "Compile your tabs into Sessions.", "permissions": [ "tabs", "storage" ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon19.png", "default_popup": "popup.html" } } |