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)
拡張機能の基本情報
名前 | |
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" ] } |