Gaze

Decluster your space

Wat is Gaze?

Gaze is een Chrome-extensie ontwikkeld door William Chen, en de belangrijkste functie is "Decluster your space".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Gaze

Download Gaze-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Gaze Gaze
ID hdjjocbdhnjchhepfdioddlooblklboa
Officiële URL https://chromewebstore.google.com/detail/gaze/hdjjocbdhnjchhepfdioddlooblklboa
Beschrijving Decluster your space
Bestandsgrootte 74.38 KB
Aantal Installaties 117
Huidige Versie 1.0.0.2
Laatst Bijgewerkt 2020-08-16
Publicatiedatum 2019-05-06
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar William Chen
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}