WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Dextab

Dextab

View on Chrome Web Store
View Dextab Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (2 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 new tab that works like a desktop with AI that adapts to your wallpaper, supports live wallpapers, and multitasking.
Type
Extension
Users
3 users
1
droidsunil12
View author page of droidsunil12
Published
Published on January 8, 2026
Version 1.0.0
Manifest version
3
Updated
Updated on January 8, 2026
productivity/workflow
Extension Category
View on Chrome Web Store
View Dextab 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": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.0.0",
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "Dextab Layout"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage",
        "identity",
        "tabs",
        "contextMenus",
        "notifications",
        "geolocation",
        "search",
        "scripting"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "host_permissions": [
        "https:\/\/www.google.com\/*",
        "https:\/\/*.google.com\/*",
        "https:\/\/*.gstatic.com\/*",
        "https:\/\/www.googleapis.com\/*",
        "https:\/\/fonts.googleapis.com\/*",
        "https:\/\/fonts.gstatic.com\/*",
        "https:\/\/cdnjs.cloudflare.com\/*",
        "https:\/\/images.websim.com\/*",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; img-src 'self' https: data: blob:; style-src 'self' 'unsafe-inline' https:; font-src https: data:"
    },
    "oauth2": {
        "client_id": "792922168486-s5nro7i6qhhvrg0dpfosqublst1k1ln0.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.file",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}
© 2026 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