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ファイルをダウンロード
Navigator Difficulty Hider: Manhattan GMAT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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" ] } ] } |