WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Multi Sites Page

Multi Sites Page

View on Chrome Web Store
View Multi Sites Page Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (6 ratings)
1 new ratings
52 views
This extension has been viewed 52 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.

Lets you view a variety of sites on one page
Type
Extension
Users
102 users
1
yehudak
View author page of yehudak
Published
Published on March 30, 2020
Version 1.3
Manifest version
2
Updated
Updated on April 3, 2020
productivity/workflow
Extension Category
View on Chrome Web Store
View Multi Sites Page 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": "Multi Sites Page",
    "description": "Lets you view a variety of sites on one page",
    "version": "1.3",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "<all_urls>"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/multi_sites_page_16_dark.png",
            "32": "images\/multi_sites_page_32_dark.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "toggleIconsColor.js"
            ]
        }
    ],
    "options_page": "index.html",
    "icons": {
        "16": "images\/multi_sites_page_16_dark.png",
        "32": "images\/multi_sites_page_32_dark.png",
        "48": "images\/multi_sites_page_48_dark.png",
        "128": "images\/multi_sites_page_128_dark.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+M",
                "mac": "MacCtrl+M"
            },
            "description": "Opens 'Multi Sites Page' Extension"
        }
    }
}
© 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