Cool Addicting Math Games
Cool Math Games, the best collection of cool math games on the web
什么是Cool Addicting Math Games?
Cool Addicting Math Games是由https://cool-addicting-math-games.com开发的Chrome扩展程序,该扩展的主要功能是“Cool Math Games, the best collection of cool math games on the web”。
扩展截图
下载Cool Addicting Math Games扩展crx文件
下载Cool Addicting Math Games扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Cool Math Games. A nice collection of math games, logic games and puzzles, an excellent online resource for students, teachers and parents to learn and teach the basic math skills trough fun math games Most of the games of cool addicting math games have the propose of increase your abilities with numbers, creativity, critical reasoning and problem solving.
扩展基本信息
名称 | Cool Addicting Math Games |
ID | ddcbpgaonefnjcnikdkbbdfgcgnpbndd |
官方URL | https://chromewebstore.google.com/detail/cool-addicting-math-games/ddcbpgaonefnjcnikdkbbdfgcgnpbndd |
简介 | Cool Math Games, the best collection of cool math games on the web |
文件大小 | 4.5 KB |
安装次数 | 1,470 |
当前版本 | 0.2 |
更新时间 | 2017-02-19 |
上架时间 | 2017-02-17 |
评分 | 2.00/5 共25次评分 |
开发者 | https://cool-addicting-math-games.com |
付费类型 | free |
扩展官网 | http://cool-addicting-math-games.com/ |
帮助页面URL | http://cool-addicting-math-games.com/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cool Addicting Math Games", "version": "0.2", "description": "Cool Math Games, the best collection of cool math games on the web", "background": { "page": "bg.html" }, "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "permissions": [ "tabs" ] } |