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 |
官方網址 | 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" ] } ] } |