Void New Tab

Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once…

Apa itu Void New Tab?

Void New Tab adalah ekstensi Chrome yang dikembangkan oleh Tom Day, dan fitur utamanya adalah "Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once…".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Void New Tab

Unduh file ekstensi Void New 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

                        Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once installed type "help" into the search bar. Void is open source and proudly 100% free. You can find out more about Void and you can find its source code by typing "about" into the search bar.                    

Informasi Dasar Ekstensi

Nama Void New Tab Void New Tab
ID hiljjibmhmmammdajeibdemkofflgnpf
URL Resmi https://chromewebstore.google.com/detail/void-new-tab/hiljjibmhmmammdajeibdemkofflgnpf
Deskripsi Void New Tab is a minimalist dark themed new tab page with a powerful search utility. For instructions on how to use Void, once…
Ukuran File 143 KB
Jumlah Instalasi 94
Versi Saat Ini 1.0.0.1
Terakhir Diperbarui 2018-01-16
Tanggal Publikasi 2018-01-16
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Tom Day
Tipe Pembayaran free
Situs Ekstensi https://github.com/TDay1/void-newtab
URL Halaman Bantuan https://github.com/TDay1/void-newtab
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Void New Tab",
    "manifest_version": 2,
    "version": "1.0.0.1",
    "author": "Thomas Day",
    "remove_button": true,
    "short_name": "Void",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": ".\/img\/16px.png",
        "32": ".\/img\/32px.png",
        "48": ".\/img\/48px.png",
        "64": ".\/img\/64px.png",
        "128": ".\/img\/128px.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}