Bitcoin Maths
Challenge your mathematical IQ.
什麼是Bitcoin Maths?
Bitcoin Maths是由Aureolls開發的Chrome擴展程式,該擴展的主要功能是“Challenge your mathematical IQ.”。
擴展截圖
下載Bitcoin Maths擴展crx文件
下載Bitcoin Maths擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is a fun and simple game that challenges your arithmetic knowledge. Play with keyboard keys (Number keys, Enter key and backspace/delete key). Enjoy old classic sound effects.
擴展基本資訊
名稱 | |
ID | llflnbpmobaeggpmjlkbmdbinkfcjefg |
官方網址 | https://chrome.google.com/webstore/detail/bitcoin-maths/llflnbpmobaeggpmjlkbmdbinkfcjefg |
簡介 | Challenge your mathematical IQ. |
檔案大小 | 4.09 MB |
安裝次數 | 32 |
目前版本 | 3.1 |
更新時間 | 2020-08-09 |
上架時間 | 2020-05-13 |
開發者 | Aureolls |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://aureollabs.com/ |
隱私政策頁面URL | https://aureolls.com/index.php/privacy-policy |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitcoin Maths", "short_name": "Bitcoin Maths", "description": "Challenge your mathematical IQ.", "version": "3.1", "icons": { "128": "icon\/icon.png" }, "browser_action": { "default_icon": "icon\/icon.png", "default_popup": "popup.html", "default_title": "Bitcoin Maths!" }, "permissions": [ "storage" ] } |