Multi Site Explorer

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

Vad är Multi Site Explorer?

Multi Site Explorer är en Chrome-tillägg utvecklad av Graham Byers, och dess huvudfunktion är "This extension allows you to open pre-selected websites in multiple tabs".

Tilläggsskärmbilder

screenshot

Ladda ner Multi Site Explorer-förlängningens CRX-fil

Ladda ner Multi Site Explorer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Multi Site Explorer Multi Site Explorer
ID ieehamokbbhjndndnjnbbgpajmemlkmg
Officiell webbadress https://chromewebstore.google.com/detail/multi-site-explorer/ieehamokbbhjndndnjnbbgpajmemlkmg
Beskrivning This extension allows you to open pre-selected websites in multiple tabs
Filstorlek 4.89 KB
Antal Installationer 37
Aktuell Version 1.0
Senast Uppdaterad 2016-01-25
Publiceringsdatum 2016-01-25
Utvecklare Graham Byers
Betalningssätt free
Stödda Språk 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"
    ]
}