Grammatip Correct
Get all your answers correct!
Vad är Grammatip Correct?
Grammatip Correct är en Chrome-tillägg utvecklad av Meep, och dess huvudfunktion är "Get all your answers correct!".
Ladda ner Grammatip Correct-förlängningens CRX-fil
Ladda ner Grammatip Correct-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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)
Grundläggande Information om Tillägg
Namn | |
ID | mbefcifgnfnfmhggiheliagkpkpalljn |
Officiell webbadress | https://chrome.google.com/webstore/detail/grammatip-correct/mbefcifgnfnfmhggiheliagkpkpalljn |
Beskrivning | Get all your answers correct! |
Filstorlek | 20.18 KB |
Antal Installationer | 359 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2017-08-14 |
Publiceringsdatum | 2017-08-14 |
Betyg | 2.20/5 Totalt 5 Betyg |
Utvecklare | Meep |
Betalningssätt | free |
Stödda Språk | 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" ] } |