Grammatip Correct

Get all your answers correct!

什麼是Grammatip Correct?

Grammatip Correct是由Meep開發的Chrome擴展程式,該擴展的主要功能是“Get all your answers correct!”。

下載Grammatip Correct擴展crx文件

下載Grammatip Correct擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}