open multi tabs

open multi tabs from urls separated by spaces or tabs or new lines

Apa itu open multi tabs?

open multi tabs adalah ekstensi Chrome yang dikembangkan oleh http://withcat.net, dan fitur utamanya adalah "open multi tabs from urls separated by spaces or tabs or new lines".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi open multi tabs

Unduh file ekstensi open multi tabs 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

                        open multi tabs from urls separated by spaces or tabs or new lines                    

Informasi Dasar Ekstensi

Nama open multi tabs open multi tabs
ID jljmfncehhnfcokceopodljhfdmenjjh
URL Resmi https://chrome.google.com/webstore/detail/open-multi-tabs/jljmfncehhnfcokceopodljhfdmenjjh
Deskripsi open multi tabs from urls separated by spaces or tabs or new lines
Ukuran File 206 KB
Jumlah Instalasi 291
Versi Saat Ini 0.1
Terakhir Diperbarui 2014-01-15
Tanggal Publikasi 2014-01-15
Penilaian 3.00/5 Total 2 Penilaian
Pengembang http://withcat.net
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "open multi tabs",
    "description": "open multi tabs from urls separated by spaces or tabs or new lines",
    "version": "0.1",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_title": "open multi tabs",
        "default_icon": "images\/add_link-128.png",
        "default_popup": "views\/feed.html"
    },
    "icons": {
        "128": "images\/add_link-128.png"
    }
}