Session Buddy
Manage Browser Tabs and Bookmarks with Ease
什麼是Session Buddy?
Session Buddy是由https://sessionbuddy.com開發的Chrome擴展程式,該擴展的主要功能是“Manage Browser Tabs and Bookmarks with Ease”。
擴展截圖
下載Session Buddy擴展crx文件
下載Session Buddy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Session Buddy is a tab manager that allows you to:
● Save open tabs as collections that can be easily restored later. Great for freeing up memory and avoiding clutter.
● Recover your open tabs after a crash.
● See and manage all open tabs in one place.
● Search open tabs and collections to quickly find what you're looking for.
By downloading this extension you agree to the Session Buddy terms and conditions posted at http://bit.ly/IUdYvv 擴展基本資訊
| 名稱 | |
| ID | edacconmaakjimmfgnblocblbcdcpbko |
| 官方網址 | https://chromewebstore.google.com/detail/session-buddy/edacconmaakjimmfgnblocblbcdcpbko |
| 簡介 | Manage Browser Tabs and Bookmarks with Ease |
| 檔案大小 | 949 KB |
| 安裝次數 | 1,083,173 |
| 目前版本 | 3.6.9 |
| 更新時間 | 2023-12-25 |
| 上架時間 | 2020-05-10 |
| 評分 | 4.80/5 共 23918 次評分 |
| 開發者 | https://sessionbuddy.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://sessionbuddy.com |
| 說明頁面URL | https://sessionbuddy.com/support/ |
| 隱私政策頁面URL | https://sessionbuddy.com/privacy-policy |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "3.6.9",
"name": "Session Buddy",
"description": "Manage Browser Tabs and Bookmarks with Ease",
"default_locale": "en",
"minimum_chrome_version": "75",
"manifest_version": 2,
"options_page": "options.html",
"background": {
"page": "background.html"
},
"icons": {
"16": "images\/logo\/logo_16x16.png",
"32": "images\/logo\/logo_32x32.png",
"48": "images\/logo\/logo_48x48.png",
"128": "images\/logo\/logo_128x128.png"
},
"browser_action": {
"default_icon": {
"19": "images\/logo\/logo_19x19_disabled.png",
"38": "images\/logo\/logo_38x38_disabled.png"
},
"default_title": "Initializing Session Buddy..."
},
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
"optional_permissions": [
"clipboardWrite",
"file:\/\/\/*"
],
"permissions": [
"tabs",
"unlimitedStorage"
],
"incognito": "spanning"
} | |