Mathfillin for Chrome
Mathfillin is a fill in the blanks game. Just fill in the boxes with the correct number to complete the equation.
Mathfillin for Chrome란 무엇입니까?
Mathfillin for Chrome은(는) https://www.mathfillin.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mathfillin is a fill in the blanks game. Just fill in the boxes with the correct number to complete the equation."입니다.
확장 프로그램 스크린샷
Mathfillin for Chrome 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Mathfillin is a simple puzzle game that may challenge your thinking skill. It is as simple as clicking on a bunch of numbers to complete an equation. Difficulty levels include "Easy" which is just filling up 3 numbers; "Moderate" - to fill up 4 numbers; "Difficult" - to fill up 5; and "Extreme" which may get you thinking for a while. Mathfillin's order of operation is MDAS. Meaning, Multiplication should start first, then division, then Addition followed by Subtraction. Enjoy!
확장 프로그램 기본 정보
이름 | Mathfillin for Chrome |
ID | jinaacjjhkedphhhbhlcomcfigbmajmh |
공식 URL | https://chromewebstore.google.com/detail/mathfillin-for-chrome/jinaacjjhkedphhhbhlcomcfigbmajmh |
설명 | Mathfillin is a fill in the blanks game. Just fill in the boxes with the correct number to complete the equation. |
파일 크기 | 48.13 KB |
설치 횟수 | 164 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2015-05-30 |
출시 날짜 | 2015-05-29 |
평점 | 4.50/5 총 6 개의 평점 |
개발자 | https://www.mathfillin.com |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mathfillin for Chrome", "description": "Mathfillin is a fill in the blanks game. Just fill in the boxes with the correct number to complete the equation.", "version": "1.0.2", "short_name": "Mathfillin", "browser_action": { "default_icon": "mathfillin32x32.png", "default_title": "Mathfillin", "default_popup": "index.html" }, "content_scripts": [ { "js": [ "jquery-1.11.3.min.js", "mathfillin.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "storage" ], "icons": { "32": "mathfillin32x32.png", "64": "mathfillin64x64.png", "128": "mathfillin128x128.png" } } |