Auto Close Tab

This extension runs in the background and will close any tab opened where the URL begins with ie:http

Apa itu Auto Close Tab?

Auto Close Tab adalah ekstensi Chrome yang dikembangkan oleh newpscoder, dan fitur utamanya adalah "This extension runs in the background and will close any tab opened where the URL begins with ie:http".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Auto Close Tab

Unduh file ekstensi Auto Close Tab 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 extension runs in the background and will open any URL formatted with ie:http in Internet Explorer. In addition the tab that is opened in Chrome will be automatically closed in 3 seconds.

Required is a registry key update for full functionality. Please see the following website for information.

https://stackoverflow.com/questions/28744149/launch-ie-from-a-link-in-chrome                    

Informasi Dasar Ekstensi

Nama Auto Close Tab Auto Close Tab
ID hknjefkfmlpbipmkkfhebdpphfmkpnjm
URL Resmi https://chromewebstore.google.com/detail/auto-close-tab/hknjefkfmlpbipmkkfhebdpphfmkpnjm
Deskripsi This extension runs in the background and will close any tab opened where the URL begins with ie:http
Ukuran File 3.21 KB
Jumlah Instalasi 482
Versi Saat Ini 2.0
Terakhir Diperbarui 2018-12-20
Tanggal Publikasi 2018-12-20
Penilaian 2.00/5 Total 4 Penilaian
Pengembang newpscoder
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Close Tab",
    "version": "2.0",
    "description": "This extension runs in the background and will close any tab opened where the URL begins with ie:http",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}