Session Buddy

Manage Browser Tabs and Bookmarks with Ease

什么是Session Buddy?

Session Buddy是由https://sessionbuddy.com开发的Chrome扩展程序,该扩展的主要功能是“Manage Browser Tabs and Bookmarks with Ease”。

扩展截图

screenshot

下载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                    

扩展基本信息

名称 Session Buddy Session Buddy
ID edacconmaakjimmfgnblocblbcdcpbko
官方URL 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"
}