Grammatip Correct

Get all your answers correct!

Co to jest Grammatip Correct?

Grammatip Correct to rozszerzenie Chrome opracowane przez Meep, a jego główną funkcją jest „Get all your answers correct!”.

Pobierz plik CRX rozszerzenia Grammatip Correct

Pobierz pliki rozszerzeń Grammatip Correct w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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)                    

Podstawowe informacje o rozszerzeniu

Nazwa Grammatip Correct Grammatip Correct
ID mbefcifgnfnfmhggiheliagkpkpalljn
Oficjalny URL https://chrome.google.com/webstore/detail/grammatip-correct/mbefcifgnfnfmhggiheliagkpkpalljn
Opis Get all your answers correct!
Rozmiar pliku 20.18 KB
Liczba instalacji 359
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2017-08-14
Data Publikacji 2017-08-14
Ocena 2.20/5 Łącznie 5 Oceny
Deweloper Meep
Typ Płatności free
Obsługiwane Języki 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"
    ]
}