Multi Homepage

Open multiple urls with a single click.

Wat is Multi Homepage?

Multi Homepage is een Chrome-extensie ontwikkeld door Fabio Spampinato, en de belangrijkste functie is "Open multiple urls with a single click.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Multi Homepage

Download Multi Homepage-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Multi Homepage Multi Homepage
ID ndepbcaahckdllkanlbnpdlkofblebfn
Officiële URL https://chromewebstore.google.com/detail/multi-homepage/ndepbcaahckdllkanlbnpdlkofblebfn
Beschrijving Open multiple urls with a single click.
Bestandsgrootte 373 KB
Aantal Installaties 76
Huidige Versie 1.0.0
Laatst Bijgewerkt 2017-09-15
Publicatiedatum 2017-09-15
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Fabio Spampinato
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}