Download Tab Shortcut

Access the Download Tab on Chrome within a snap

Apa itu Download Tab Shortcut?

Download Tab Shortcut adalah ekstensi Chrome yang dikembangkan oleh Daniel R., dan fitur utamanya adalah "Access the Download Tab on Chrome within a snap".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Download Tab Shortcut

Unduh file ekstensi Download Tab Shortcut 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

                        Access the Download Tab on Chrome within a snap.

Open a new tab with the Download Tab directly from the Chrome address bar.                    

Informasi Dasar Ekstensi

Nama Download Tab Shortcut Download Tab Shortcut
ID icgllojphobcelnadkpnpakckhlmnoaa
URL Resmi https://chromewebstore.google.com/detail/download-tab-shortcut/icgllojphobcelnadkpnpakckhlmnoaa
Deskripsi Access the Download Tab on Chrome within a snap
Ukuran File 25.74 KB
Jumlah Instalasi 1,848
Versi Saat Ini 1.1
Terakhir Diperbarui 2012-07-05
Tanggal Publikasi 2012-07-05
Penilaian 4.00/5 Total 4 Penilaian
Pengembang Daniel R.
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Download Tab Shortcut",
    "description": "Access the Download Tab on Chrome within a snap",
    "version": "1.1",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_32x32.png",
        "default_title": ""
    },
    "icons": {
        "16": "icon_16x16.png",
        "128": "icon_128x128.png"
    }
}