Grammatip Correct
Get all your answers correct!
O que é Grammatip Correct?
Grammatip Correct é uma extensão do Chrome desenvolvida por Meep, e sua principal característica é "Get all your answers correct!".
Baixar o arquivo CRX da Extensão Grammatip Correct
Baixe arquivos de extensão Grammatip Correct 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
Activate on the grammatip.com results page (the one with the thumbs up/down) and get all your results correct! (Only visual, they don't actually register as correct)
Informações Básicas da Extensão
Nome | |
ID | mbefcifgnfnfmhggiheliagkpkpalljn |
URL Oficial | https://chrome.google.com/webstore/detail/grammatip-correct/mbefcifgnfnfmhggiheliagkpkpalljn |
Descrição | Get all your answers correct! |
Tamanho do Arquivo | 20.18 KB |
Contagem de Instalações | 359 |
Versão Atual | 1.0 |
Última Atualização | 2017-08-14 |
Data de Publicação | 2017-08-14 |
Classificação | 2.20/5 Total de 5 Avaliações |
Desenvolvedor | Meep |
Tipo de Pagamento | free |
Idiomas Suportados | da |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Grammatip Correct", "description": "Get all your answers correct!", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Grammatip Correct" }, "content_scripts": [ { "matches": [ "https:\/\/meebook.com\/mine-forloeb\/*" ], "js": [ "pageGetter.js" ] } ], "permissions": [ "https:\/\/meebook.com\/mine-forloeb\/*", "tabs", "activeTab" ] } |