WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Tab Shifter

Tab Shifter

View on Chrome Web Store
View Tab Shifter Chrome Extension on Chrome Web Store
Add to bookmarks
3.3 (12 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

NOTE: This extension does not work on Macs (I don't have a Mac and never tested it on a Mac. Maybe sometime in the future!) With…
Type
Extension
Users
153 users
2
alexbudy
View author page of alexbudy
Published
Published on June 8, 2013
Version 1.13
Manifest version
2
Updated
Updated on May 9, 2022
productivity/workflow
Extension Category
View on Chrome Web Store
View Tab Shifter Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Shifter",
    "version": "1.13",
    "permissions": [
        "background",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "manifest_version": 2
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top