Grammatip Correct
Get all your answers correct!
Wat is Grammatip Correct?
Grammatip Correct is een Chrome-extensie ontwikkeld door Meep, en de belangrijkste functie is "Get all your answers correct!".
Download het CRX-bestand van de extensie Grammatip Correct
Download Grammatip Correct-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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)
Basisinformatie over de Extensie
Naam | |
ID | mbefcifgnfnfmhggiheliagkpkpalljn |
Officiële URL | https://chrome.google.com/webstore/detail/grammatip-correct/mbefcifgnfnfmhggiheliagkpkpalljn |
Beschrijving | Get all your answers correct! |
Bestandsgrootte | 20.18 KB |
Aantal Installaties | 359 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2017-08-14 |
Publicatiedatum | 2017-08-14 |
Beoordeling | 2.20/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Meep |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |