Open Tabs

This extention helps you manage all open tabs on Chrome

Apa itu Open Tabs?

Open Tabs adalah ekstensi Chrome yang dikembangkan oleh Gaurav Singh, dan fitur utamanya adalah "This extention helps you manage all open tabs on Chrome".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Open Tabs

Unduh file ekstensi Open 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 Tabs Chrome Extension helps you list of all open tabs in your Chrome Browser. You can click on the item to go to that tab else use button to close the tab without leaving your current page.

This extension will help users with lot of open tabs who find it hard to search for a particular tab among a large number of open tabs.                    

Informasi Dasar Ekstensi

Nama Open Tabs Open Tabs
ID oknojkefnapbaniiddklccemnekcfobm
URL Resmi https://chromewebstore.google.com/detail/open-tabs/oknojkefnapbaniiddklccemnekcfobm
Deskripsi This extention helps you manage all open tabs on Chrome
Ukuran File 37.51 KB
Jumlah Instalasi 536
Versi Saat Ini 1.0
Terakhir Diperbarui 2014-10-09
Tanggal Publikasi 2014-10-09
Penilaian 5.00/5 Total 7 Penilaian
Pengembang Gaurav Singh
Tipe Pembayaran free
URL Halaman Bantuan https://twitter.com/sgaurav_baghel
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open Tabs",
    "description": "This extention helps you manage all open tabs on Chrome",
    "version": "1.0",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "newtab.html"
    }
}