Grammatip Correct
Get all your answers correct!
Grammatip Correctคืออะไร?
Grammatip Correct เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Meep และคุณลักษณะหลักของมันคือ "Get all your answers correct!"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Grammatip Correct
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |