Grammatip Correct
Get all your answers correct!
Cos'è Grammatip Correct?
Grammatip Correct è un'estensione di Chrome sviluppata da Meep, e la sua funzione principale è "Get all your answers correct!".
Scarica il file CRX dell'estensione Grammatip Correct
Scarica i file di estensione Grammatip Correct in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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)
Informazioni di Base sull'Estensione
Nome | |
ID | mbefcifgnfnfmhggiheliagkpkpalljn |
URL Ufficiale | https://chrome.google.com/webstore/detail/grammatip-correct/mbefcifgnfnfmhggiheliagkpkpalljn |
Descrizione | Get all your answers correct! |
Dimensione del File | 20.18 KB |
Conteggio Installazioni | 359 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-08-14 |
Data di Pubblicazione | 2017-08-14 |
Valutazione | 2.20/5 Totale 5 Valutazioni |
Sviluppatore | Meep |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |