Zetatrack

Track your zetamac progress in a google sheet!

什么是Zetatrack?

Zetatrack是由alexhalpin00开发的Chrome扩展程序,该扩展的主要功能是“Track your zetamac progress in a google sheet!”。

扩展截图

screenshot
screenshot

下载Zetatrack扩展crx文件

下载Zetatrack扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension allows players of the popular zetamac mental arithmetic game to track their progress in a google sheet.
https://arithmetic.zetamac.com/

Add a valid Sheet ID by clicking on the extension icon. 

The Sheet ID is the ~44 character identifier in the sheet url.
https://docs.google.com/spreadsheets/d/{SHEET ID}/edit#gid=0

At the end of the round the extension will automatically add a row to columns A and B containing the time (UTC) and score respectively.

Currently only supports recording the scores of games with default difficulty/parameters. (key=a7220a92)                    

扩展基本信息

名称 Zetatrack Zetatrack
ID ofpanmplflcliehfnnbklcjiddfnnnek
官方URL https://chromewebstore.google.com/detail/zetatrack/ofpanmplflcliehfnnbklcjiddfnnnek
简介 Track your zetamac progress in a google sheet!
文件大小 8.48 KB
安装次数 32
当前版本 0.1.5
更新时间 2022-12-07
上架时间 2022-12-02
开发者 alexhalpin00
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zetatrack",
    "description": "Track your zetamac progress in a google sheet!",
    "version": "0.1.5",
    "manifest_version": 3,
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": {
            "128": "icon.png"
        },
        "default_title": "Zetatrack",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "oauth2": {
        "client_id": "1098917380926-1klaelmmtbc0gasrg1p7dnlglonnlc5b.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile",
            "https:\/\/www.googleapis.com\/auth\/drive",
            "https:\/\/www.googleapis.com\/auth\/spreadsheets"
        ]
    },
    "permissions": [
        "identity",
        "webRequest",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/arithmetic.zetamac.com\/*"
    ]
}