Gaze

Decluster your space

Apa itu Gaze?

Gaze adalah ekstensi Chrome yang dikembangkan oleh William Chen, dan fitur utamanya adalah "Decluster your space".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Gaze

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

                        Chrome extension for new tab that displays a refreshing spaced themed picture                    

Informasi Dasar Ekstensi

Nama Gaze Gaze
ID hdjjocbdhnjchhepfdioddlooblklboa
URL Resmi https://chromewebstore.google.com/detail/gaze/hdjjocbdhnjchhepfdioddlooblklboa
Deskripsi Decluster your space
Ukuran File 74.38 KB
Jumlah Instalasi 117
Versi Saat Ini 1.0.0.2
Terakhir Diperbarui 2020-08-16
Tanggal Publikasi 2019-05-06
Penilaian 5.00/5 Total 4 Penilaian
Pengembang William Chen
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gaze",
    "version": "1.0.0.2",
    "description": "Decluster your space",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "public\/menu.html"
    },
    "chrome_url_overrides": {
        "newtab": "public\/index.html"
    },
    "permissions": [],
    "icons": {
        "64": "logo64.png",
        "128": "logo128.png",
        "256": "logo256.png"
    }
}