Multi Site Explorer

This extension allows you to open pre-selected websites in multiple tabs

Wat is Multi Site Explorer?

Multi Site Explorer is een Chrome-extensie ontwikkeld door Graham Byers, en de belangrijkste functie is "This extension allows you to open pre-selected websites in multiple tabs".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Multi Site Explorer

Download Multi Site Explorer-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

                        This small Chrom Extension enables the user to open multiple pre-selected websites with a single click.

Just load the urls of your choice into the text box and click submist.

The extension will save your urls for the next time you open up Chrome                    

Basisinformatie over de Extensie

Naam Multi Site Explorer Multi Site Explorer
ID ieehamokbbhjndndnjnbbgpajmemlkmg
Officiële URL https://chromewebstore.google.com/detail/multi-site-explorer/ieehamokbbhjndndnjnbbgpajmemlkmg
Beschrijving This extension allows you to open pre-selected websites in multiple tabs
Bestandsgrootte 4.89 KB
Aantal Installaties 37
Huidige Versie 1.0
Laatst Bijgewerkt 2016-01-25
Publicatiedatum 2016-01-25
Ontwikkelaar Graham Byers
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Multi Site Explorer",
    "description": "This extension allows you to open  pre-selected websites in multiple tabs",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}