Multi Sites Page

Lets you view a variety of sites on one page

What is Multi Sites Page?

Multi Sites Page is a Chrome extension developed by yehudak, and its main feature is "Lets you view a variety of sites on one page".

Extension Screenshots

screenshot
screenshot
screenshot

Download Multi Sites Page Extension CRX File

Download Multi Sites Page extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        With this add-on, you can view a variety of sites on ONE page.

Set your sites layout, 
Resize windows and change location by drag and drop windows.

Worth turning the page into a homepage!!                    

Extension Basic Information

Name Multi Sites Page Multi Sites Page
ID glgdipjphanknngminiepciopgijjmoi
Official URL https://chromewebstore.google.com/detail/multi-sites-page/glgdipjphanknngminiepciopgijjmoi
Description Lets you view a variety of sites on one page
File Size 629 KB
Installation Count 45
Current Version 1.3
Last Updated 2020-04-03
Publish Date 2020-03-30
Rating 3.50/5 Total 2 Ratings
Developer yehudak
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "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",
        ""
    ],
    "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": [
                ""
            ],
            "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"
        }
    }
}