Minimalist Tab

Simplify your Chrome new tab page.

Apa itu Minimalist Tab?

Minimalist Tab adalah ekstensi Chrome yang dikembangkan oleh https://benandy.github.io, dan fitur utamanya adalah "Simplify your Chrome new tab page.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Minimalist Tab

Unduh file ekstensi Minimalist 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

                        Simplify your Chrome new tab page. A minimalist new tab page with only the essential two things you need to keep your week on track, the time and date. Nothing special, not overcrowded nor eye distracting.                    

Informasi Dasar Ekstensi

Nama Minimalist Tab Minimalist Tab
ID dcnlolkfplhlimlokmkinnmpjecghgcc
URL Resmi https://chromewebstore.google.com/detail/minimalist-tab/dcnlolkfplhlimlokmkinnmpjecghgcc
Deskripsi Simplify your Chrome new tab page.
Ukuran File 6.73 KB
Jumlah Instalasi 100
Versi Saat Ini 1.1.7
Terakhir Diperbarui 2017-10-03
Tanggal Publikasi 2017-10-02
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://benandy.github.io
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://benandy.github.io/minimalisttab/
URL Halaman Kebijakan Privasi http://benandy.github.io/privacy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.7",
    "name": "Minimalist Tab",
    "short_name": "Minimalist Tab",
    "description": "Simplify your Chrome new tab page.",
    "manifest_version": 2,
    "author": "Benjamin Developments",
    "offline_enabled": true,
    "homepage_url": "https:\/\/benandy.github.io\/minimalisttab",
    "incognito": "split",
    "content_security_policy": "script-src  'self' https:\/\/ssl.google-analytics.com; object-src 'self'; sandbox allow-forms allow-scripts allow-same-origin allow-modals",
    "minimum_chrome_version": "48.0.2564",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "cookies",
        "unlimitedStorage",
        "*:\/\/benandy.github.io\/*"
    ]
}