Multi Homepage

Open multiple urls with a single click.

What is Multi Homepage?

Multi Homepage is a Chrome extension developed by Fabio Spampinato, and its main feature is "Open multiple urls with a single click.".

Extension Screenshots

screenshot

Download Multi Homepage Extension CRX File

Download Multi Homepage 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

                        It adds a button that works like the native "Homepage" button, except that it can be configured to open more than open page.

This is a time saver if you always check-out more than 1 url at a time.                    

Extension Basic Information

Name Multi Homepage Multi Homepage
ID ndepbcaahckdllkanlbnpdlkofblebfn
Official URL https://chromewebstore.google.com/detail/multi-homepage/ndepbcaahckdllkanlbnpdlkofblebfn
Description Open multiple urls with a single click.
File Size 373 KB
Installation Count 76
Current Version 1.0.0
Last Updated 2017-09-15
Publish Date 2017-09-15
Rating 5.00/5 Total 1 Ratings
Developer Fabio Spampinato
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Multi Homepage",
    "description": "Open multiple urls with a single click.",
    "version": "1.0.0",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "Multi Homepage",
        "default_icon": "icon-256.png"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "64": "icon-64.png",
        "128": "icon-128.png",
        "256": "icon-256.png"
    }
}