Multi Site Explorer

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

Apa itu Multi Site Explorer?

Multi Site Explorer adalah ekstensi Chrome yang dikembangkan oleh Graham Byers, dan fitur utamanya adalah "This extension allows you to open pre-selected websites in multiple tabs".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Multi Site Explorer

Unduh file ekstensi Multi Site Explorer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Multi Site Explorer Multi Site Explorer
ID ieehamokbbhjndndnjnbbgpajmemlkmg
URL Resmi https://chromewebstore.google.com/detail/multi-site-explorer/ieehamokbbhjndndnjnbbgpajmemlkmg
Deskripsi This extension allows you to open pre-selected websites in multiple tabs
Ukuran File 4.89 KB
Jumlah Instalasi 37
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-01-25
Tanggal Publikasi 2016-01-25
Pengembang Graham Byers
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}