Grammatip Correct

Get all your answers correct!

Grammatip Correct란 무엇입니까?

Grammatip Correct은(는) Meep에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get all your answers correct!"입니다.

Grammatip Correct 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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)                    

확장 프로그램 기본 정보

이름 Grammatip Correct Grammatip Correct
ID mbefcifgnfnfmhggiheliagkpkpalljn
공식 URL https://chrome.google.com/webstore/detail/grammatip-correct/mbefcifgnfnfmhggiheliagkpkpalljn
설명 Get all your answers correct!
파일 크기 20.18 KB
설치 횟수 359
현재 버전 1.0
최근 업데이트 2017-08-14
출시 날짜 2017-08-14
평점 2.20/5 총 5 개의 평점
개발자 Meep
결제 유형 free
지원되는 언어 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"
    ]
}