Navigator Difficulty Hider: Manhattan GMAT
Hides the difficulty level in the Manhattan GMAT Navigator (Previously: Archer)
O que é Navigator Difficulty Hider: Manhattan GMAT?
Navigator Difficulty Hider: Manhattan GMAT é uma extensão do Chrome desenvolvida por Pranav Sharma, e sua principal característica é "Hides the difficulty level in the Manhattan GMAT Navigator (Previously: Archer)".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Navigator Difficulty Hider: Manhattan GMAT
Baixe arquivos de extensão Navigator Difficulty Hider: Manhattan GMAT no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Navigator Difficulty Hider: Manhattan GMAT |
ID | donipeddhpgilegoelaoamahcgggafco |
URL Oficial | https://chromewebstore.google.com/detail/navigator-difficulty-hide/donipeddhpgilegoelaoamahcgggafco |
Descrição | Hides the difficulty level in the Manhattan GMAT Navigator (Previously: Archer) |
Tamanho do Arquivo | 155 KB |
Contagem de Instalações | 23 |
Versão Atual | 1.2 |
Última Atualização | 2014-06-29 |
Data de Publicação | 2014-06-29 |
Classificação | 4.50/5 Total de 2 Avaliações |
Desenvolvedor | Pranav Sharma |
Tipo de Pagamento | free |
Site da Extensão | http://pranavsharma.info |
Idiomas Suportados | 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" ] } ] } |