Switch Workstation Tab Manager

Switch is a workstation that helps you manage web applications and accounts in 1 place.

什么是Switch Workstation Tab Manager?

Switch Workstation Tab Manager是由switchextension开发的Chrome扩展程序,该扩展的主要功能是“Switch is a workstation that helps you manage web applications and accounts in 1 place.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Switch Workstation Tab Manager扩展crx文件

下载Switch Workstation Tab Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Switch adds a sidebar to your Chrome browser and gives you a set of productivity tools that make it easier to switch between apps, accounts, and workflows.

Unlike desktop workstations, Switch runs inside your Chrome web browser so you can manage all your web applications without sacrificing flexibility and features.

Using the Switch Sidebar helps you to become ultra-productive in the browser with the following features:

🧠 Tab Management
Smart tab management with the Switch sidebar – avoid tab overload and keep track of your browsing with tab stacking.

🐙 Multi-Account Management
Switch lets you log in and use multiple accounts (e.g. Gmail, Facebook, Instagram, etc) for a single website directly from the Switch extension - helping you to focus on the tasks that matter.

📚 Organise your workflow
Organise the internet your way with Spaces – sort information into projects for everything you can think of.

🌟 Favourites & Notifications
Save important web applications as favorites and they'll stay in the sidebar even after you close them. Open them with 1 click, and see instant notifications badges in the Sidebar from your favorite communication apps (i.e. Slack, Gmail, Messenger, Outlook). 

🔍 Active Search
Find your active tabs with a simple text search and see them listed chronologically for easy access.
 
You can create up to 2 Spaces and save up to 2 Favourites in our free version. We also offer a Switch Pro subscription plan with unlimited functionality and the following advanced features:

🕵️‍♂️ Advanced Search
Quickly find any tab from your history with our keyword search. Switch uses a flexible search algorithm that makes finding what you need fast and easy.

🗂 Document Management Search
With our filters, you can easily search through your Google Drive accounts. All Docs, Sheets, Slides show up and are sorted chronologically, meaning you can find and manage your documents in seconds.

🏄 Tab Flow
Whether you're comparing multiple tabs or responding to a loved one on Facebook, easily switch back and forth between your recent tabs with Switch Tab History and get back into the flow.


When logging in, we will ask you to verify your email address. Your email address is only used to log you in to your account and for email updates about the product. You can read our full privacy policy here:
https://www.switchextension.com/privacy-policy/

--------------
Permissions

When you install Switch you’ll be asked for the following permissions:

"Read and change all your data on the websites that you visit": Switch needs this so that you can manage your tabs in the Sidebar.
"Read and change your browsing history": Switch needs this so that you can access your search history for our Power Search feature.
"Manage your apps, extensions, and themes": Switch needs this to manage multi-account login preferences

--------------

If you have any questions, comments, or issues with Switch or your Switch plan, please send us an email at:
[email protected]                    

扩展基本信息

名称 Switch Workstation Tab Manager Switch Workstation Tab Manager
ID foilkalbafoifklkphdkijdcnkgcjefn
官方URL https://chromewebstore.google.com/detail/switch-workstation-tab-ma/foilkalbafoifklkphdkijdcnkgcjefn
简介 Switch is a workstation that helps you manage web applications and accounts in 1 place.
文件大小 8.24 MB
安装次数 9,581
当前版本 3.8.7
更新时间 2023-01-31
上架时间 2020-07-04
评分 3.84/5 共74次评分
开发者 switchextension
电子邮箱 [email protected]
付费类型 free
扩展官网 https://switchextension.com/
隐私政策页面URL https://switchextension.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Switch Workstation Tab Manager",
    "short_name": "Switch",
    "version": "3.8.7",
    "description": "Switch is a workstation that helps you manage web applications and accounts in 1 place.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "vendor\/jquery-3.3.1.min.js",
                "vendor\/jquery-ui-1.12.1.min.js",
                "dist\/extension.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.officeapps.live.com\/*",
                "https:\/\/docs.google.com\/*"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "js": [
                "dist\/iframe.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "vendor\/axios-0.19.0.min.js",
            "dist\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "web_accessible_resources": [
        "dist\/*",
        "vendor\/*",
        "assets\/*",
        "newtab.html",
        "spaces.html"
    ],
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "management",
        "background",
        "history",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*",
        "contextMenus",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "webNavigation"
    ],
    "optional_permissions": [
        "notifications"
    ],
    "commands": {
        "tab_history_back": {
            "suggested_key": {
                "default": "Ctrl+Comma",
                "windows": "Ctrl+Comma",
                "mac": "MacCtrl+Comma"
            },
            "description": "Tab History Back"
        },
        "tab_history_forward": {
            "suggested_key": {
                "default": "Ctrl+Period",
                "windows": "Ctrl+Period",
                "mac": "MacCtrl+Period"
            },
            "description": "Tab History Forward"
        }
    }
}