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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |