tab: a startpage

Minimal, customizable, command line startpage

Apa itu tab: a startpage?

tab: a startpage adalah ekstensi Chrome yang dikembangkan oleh Kory Schneider, dan fitur utamanya adalah "Minimal, customizable, command line startpage".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi tab: a startpage

Unduh file ekstensi tab: a startpage 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

                        Instructions, examples and source code @ github.com/KorySchneider/tab                    

Informasi Dasar Ekstensi

Nama tab: a startpage tab: a startpage
ID gedoejjmdjalipopahiffdghibcodjcj
URL Resmi https://chromewebstore.google.com/detail/tab-a-startpage/gedoejjmdjalipopahiffdghibcodjcj
Deskripsi Minimal, customizable, command line startpage
Ukuran File 5.29 KB
Jumlah Instalasi 83
Versi Saat Ini 1.0.8
Terakhir Diperbarui 2020-03-22
Tanggal Publikasi 2020-03-22
Penilaian 4.83/5 Total 6 Penilaian
Pengembang Kory Schneider
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.github.com/koryschneider/tab
URL Halaman Bantuan https://www.github.com/koryschneider/tab/issues/new
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tab: a startpage",
    "description": "Minimal, customizable, command line startpage",
    "version": "1.0.8",
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "redirect.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}