GH Plagiarism Check
This extension is a starting point to find plagiarism on github
GH Plagiarism Checkคืออะไร?
GH Plagiarism Check เป็นส่วนขยายของ Chrome ที่พัฒนาโดย teamjuli0 และคุณลักษณะหลักของมันคือ "This extension is a starting point to find plagiarism on github"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GH Plagiarism Check
ดาวน์โหลดไฟล์ส่วนขยาย GH Plagiarism Check ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Finding plagiarism on GitHub can quickly become very tedious. As awesome as GitHub's search functionality is, it doesn't like special characters which means copy and pasting code to search can be a bit difficult. GH Plagiarism Check takes in copy and cleans it to make searching for plagiarism much easier! Features: - Take in copy to search for plagiarism on GitHub - Keep track of up to the last 200 searches - Use the built-in sketchpad to help jot down any quick notes - Quickly export search history and notes through the settings tab What's New (v0.4.0): - Internal restructure to facilitate and speed up future updates
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GH Plagiarism Check |
ID | fbnkdiommanmaggjbppgecgpekigaceb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gh-plagiarism-check/fbnkdiommanmaggjbppgecgpekigaceb |
คำอธิบาย | This extension is a starting point to find plagiarism on github |
ขนาดไฟล์ | 1.43 MB |
จำนวนการติดตั้ง | 607 |
เวอร์ชันปัจจุบัน | 0.4.0 |
อัปเดตครั้งล่าสุด | 2021-10-20 |
วันที่เผยแพร่ | 2021-09-16 |
ผู้พัฒนา | teamjuli0 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GH Plagiarism Check", "description": "This extension is a starting point to find plagiarism on github", "version": "0.4.0", "browser_action": { "default_popup": "index.html", "default_title": "Open the popup" }, "icons": { "16": "logo-small.png", "48": "logo-small.png", "128": "logo-small.png" }, "permissions": [] } |