Navigator Difficulty Hider: Manhattan GMAT
Hides the difficulty level in the Manhattan GMAT Navigator (Previously: Archer)
Navigator Difficulty Hider: Manhattan GMAT란 무엇입니까?
Navigator Difficulty Hider: Manhattan GMAT은(는) Pranav Sharma에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hides the difficulty level in the Manhattan GMAT Navigator (Previously: Archer)"입니다.
확장 프로그램 스크린샷
Navigator Difficulty Hider: Manhattan GMAT 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Use this extension to hide the difficulty level in the Manhattan GMAT Navigator (Previously: Archer). This extension adds a Show/Hide link next to the Difficulty section, similar to the Topic section. Developed by: Pranav Sharma Course: DC Spring G 2014 Instructor: Marcus Hedahl
확장 프로그램 기본 정보
이름 | Navigator Difficulty Hider: Manhattan GMAT |
ID | donipeddhpgilegoelaoamahcgggafco |
공식 URL | https://chromewebstore.google.com/detail/navigator-difficulty-hide/donipeddhpgilegoelaoamahcgggafco |
설명 | Hides the difficulty level in the Manhattan GMAT Navigator (Previously: Archer) |
파일 크기 | 155 KB |
설치 횟수 | 23 |
현재 버전 | 1.2 |
최근 업데이트 | 2014-06-29 |
출시 날짜 | 2014-06-29 |
평점 | 4.50/5 총 2 개의 평점 |
개발자 | Pranav Sharma |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://pranavsharma.info |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Navigator Difficulty Hider: Manhattan GMAT", "version": "1.2", "manifest_version": 2, "description": "Hides the difficulty level in the Manhattan GMAT Navigator (Previously: Archer)", "homepage_url": "http:\/\/pranavsharma.info", "icons": { "16": "icons\/pranavsharma16.png", "48": "icons\/pranavsharma48.png", "128": "icons\/pranavsharma128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.manhattangmat.com\/ogc.cfm*", "http:\/\/www.manhattangmat.com\/ogc.cfm*" ], "js": [ "js\/jquery\/jquery.min.js", "js\/jquery\/jquery.cookie.js", "src\/inject\/inject.js" ] } ] } |