WebExtension.net
WebExtension.net

Tile Tabs WE

View on Chrome Web Store
View Tile Tabs WE Chrome Extension on Chrome Web Store
3.6 (105 ratings)

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

Take tabs from parent windows and arrange them in layouts of tiled sub-windows.
Type
Extension
Users
60,000 users
DW-dev
View author page of DW-dev
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 7, 2015
Version 31.3
Manifest version
3
Updated
Updated on March 18, 2023
View on Chrome Web Store
View Tile Tabs WE Chrome Extension on Chrome Web Store
make_chrome_yours/functionality
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tile Tabs WE",
    "version": "31.3",
    "description": "Take tabs from parent windows and arrange them in layouts of tiled sub-windows.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128-96.png"
    },
    "minimum_chrome_version": "88",
    "permissions": [
        "tabs",
        "webNavigation",
        "bookmarks",
        "contextMenus",
        "notifications",
        "storage"
    ],
    "host_permissions": [],
    "action": {
        "default_icon": {
            "16": "icon16.png"
        },
        "default_title": "Tile Tabs WE"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "quickmenu.css"
            ],
            "run_at": "document_start"
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "quickmenu.html"
            ]
        }
    ],
    "commands": {
        "newcloselayout": {
            "description": "New\/Close Layout",
            "suggested_key": {
                "default": "Alt+Shift+Up",
                "mac": "MacCtrl+Shift+Up"
            }
        },
        "hideshowlayout": {
            "description": "Hide\/Show Layout",
            "suggested_key": {
                "default": "Alt+Shift+Down",
                "mac": "MacCtrl+Shift+Down"
            }
        },
        "refreshlayout": {
            "description": "Refresh Layout",
            "suggested_key": {
                "default": "Alt+Shift+Left",
                "mac": "MacCtrl+Shift+Left"
            }
        },
        "toggletoolbars": {
            "description": "Toggle Toolbars",
            "suggested_key": {
                "default": "Alt+Shift+Right",
                "mac": "MacCtrl+Shift+Right"
            }
        }
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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