Zetatrack
Track your zetamac progress in a google sheet!
Zetatrackとは何ですか?
Zetatrackはalexhalpin00によって開発されたChromeの拡張機能で、その主な機能は「Track your zetamac progress in a google sheet!」です。
拡張機能のスクリーンショット
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) 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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\/*"
]
} | |