Gaze

Decluster your space

什麼是Gaze?

Gaze是由William Chen開發的Chrome擴展程式,該擴展的主要功能是“Decluster your space”。

擴展截圖

screenshot

下載Gaze擴展crx文件

下載Gaze擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Gaze Gaze
ID hdjjocbdhnjchhepfdioddlooblklboa
官方網址 https://chromewebstore.google.com/detail/gaze/hdjjocbdhnjchhepfdioddlooblklboa
簡介 Decluster your space
檔案大小 74.38 KB
安裝次數 117
目前版本 1.0.0.2
更新時間 2020-08-16
上架時間 2019-05-06
評分 5.00/5 共 4 次評分
開發者 William Chen
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}