Gaze

Decluster your space

What is Gaze?

Gaze is a Chrome extension developed by William Chen, and its main feature is "Decluster your space".

Extension Screenshots

screenshot

Download Gaze Extension CRX File

Download Gaze extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Gaze Gaze
ID hdjjocbdhnjchhepfdioddlooblklboa
Official URL https://chromewebstore.google.com/detail/gaze/hdjjocbdhnjchhepfdioddlooblklboa
Description Decluster your space
File Size 74.38 KB
Installation Count 117
Current Version 1.0.0.2
Last Updated 2020-08-16
Publish Date 2019-05-06
Rating 5.00/5 Total 4 Ratings
Developer William Chen
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}