Open Tabs

When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.

Apa itu Open Tabs?

Open Tabs adalah ekstensi Chrome yang dikembangkan oleh opentabs, dan fitur utamanya adalah "When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.".

Screenshot Ekstensi

screenshot
screenshot
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

                        Easiest way to manage your open tabs in Chrome. When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.                    

Informasi Dasar Ekstensi

Nama Open Tabs Open Tabs
ID anffifgedjhloingebbhadnfengmbapm
URL Resmi https://chromewebstore.google.com/detail/open-tabs/anffifgedjhloingebbhadnfengmbapm
Deskripsi When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.
Ukuran File 71.36 KB
Jumlah Instalasi 109
Versi Saat Ini 0.1.4
Terakhir Diperbarui 2014-08-23
Tanggal Publikasi 2014-08-23
Penilaian 4.29/5 Total 7 Penilaian
Pengembang opentabs
Tipe Pembayaran free
Situs Ekstensi https://twitter.com/myopentabs
URL Halaman Bantuan https://twitter.com/myopentabs
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open Tabs",
    "description": "When you open a new tab, we show you a list of all the open tabs. You can access any tab, close any tab or save any tab to Pocket.",
    "version": "0.1.4",
    "incognito": "split",
    "icons": {
        "48": "opentabsfavicon48.ico",
        "128": "opentabsfavicon.ico"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "opentabs.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}