Rule of Three
Calulate rule of 3 math problems effortlessly!
Rule of Three란 무엇입니까?
Rule of Three은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Calulate rule of 3 math problems effortlessly!"입니다.
확장 프로그램 스크린샷
Rule of Three 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Sometimes you need to calculate some proportion math problem, such as "if 5 is 75%, then 10 is X". With this extension you can calculate this easily without having to memorize a formula.
확장 프로그램 기본 정보
이름 | Rule of Three |
ID | liplmhhmejhbdabigmdcbcehomhbjcdb |
공식 URL | https://chromewebstore.google.com/detail/rule-of-three/liplmhhmejhbdabigmdcbcehomhbjcdb |
설명 | Calulate rule of 3 math problems effortlessly! |
파일 크기 | 1.1 MB |
설치 횟수 | 119 |
현재 버전 | 1.0 |
최근 업데이트 | 2018-04-14 |
출시 날짜 | 2018-04-14 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Unknown |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rule of Three", "short_name": "Rule of 3", "description": "Calulate rule of 3 math problems effortlessly!", "manifest_version": 2, "version": "1.0", "author": "ericorruption", "icons": { "16": "assets\/icon\/16.png", "19": "assets\/icon\/19.png", "20": "assets\/icon\/20.png", "25": "assets\/icon\/25.png", "30": "assets\/icon\/30.png", "32": "assets\/icon\/32.png", "35": "assets\/icon\/35.png", "38": "assets\/icon\/38.png", "40": "assets\/icon\/40.png", "44": "assets\/icon\/44.png", "48": "assets\/icon\/48.png", "50": "assets\/icon\/50.png", "128": "assets\/icon\/128.png", "150": "assets\/icon\/150.png", "176": "assets\/icon\/176.png" }, "browser_action": { "default_title": "Rule of Three", "default_popup": "dist\/index.html", "default_icon": { "16": "assets\/icon\/16.png", "19": "assets\/icon\/19.png", "20": "assets\/icon\/20.png", "25": "assets\/icon\/25.png", "30": "assets\/icon\/30.png", "32": "assets\/icon\/32.png", "35": "assets\/icon\/35.png", "38": "assets\/icon\/38.png", "40": "assets\/icon\/40.png", "48": "assets\/icon\/48.png", "128": "assets\/icon\/128.png" } } } |