WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
StickyTab

StickyTab

View on Chrome Web Store
View StickyTab Chrome Extension on Chrome Web Store
Add to bookmarks
4.0 (1 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.

A Chrome extension for enabling a sticky always-visible side tab
Type
Extension
Users
20 users
1
Website sticky-tab.com
Han Tran
View author page of Han Tran
Published
Published on May 3, 2024
Version 1.4.2
Manifest version
3
Updated
Updated on August 17, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View StickyTab 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",
    "manifest_version": 3,
    "name": "StickyTab",
    "minimum_chrome_version": "118",
    "version": "1.4.2",
    "description": "A Chrome extension for enabling a sticky always-visible side tab",
    "action": {
        "default_title": "Click to open StickyTab",
        "default_icon": {
            "16": "sidepanel\/images\/icon.png",
            "24": "sidepanel\/images\/icon.png",
            "32": "sidepanel\/images\/icon.png",
            "48": "sidepanel\/images\/icon.png",
            "64": "sidepanel\/images\/icon.png",
            "96": "sidepanel\/images\/icon.png",
            "128": "sidepanel\/images\/icon.png"
        }
    },
    "icons": {
        "16": "sidepanel\/images\/icon.png",
        "24": "sidepanel\/images\/icon.png",
        "32": "sidepanel\/images\/icon.png",
        "48": "sidepanel\/images\/icon.png",
        "64": "sidepanel\/images\/icon.png",
        "96": "sidepanel\/images\/icon.png",
        "128": "sidepanel\/images\/icon.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "net_rules",
                "enabled": true,
                "path": "net_rules.json"
            }
        ]
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "permissions": [
        "sidePanel",
        "contextMenus",
        "declarativeNetRequest",
        "history"
    ]
}
© 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