Codecademy SCT Viewer
Displays an exercise's SCT
Codecademy SCT Viewerคืออะไร?
Codecademy SCT Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alex Craig และคุณลักษณะหลักของมันคือ "Displays an exercise's SCT"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Codecademy SCT Viewer
ดาวน์โหลดไฟล์ส่วนขยาย Codecademy SCT Viewer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Updates all CC exercises to include a 'Show SCT' button which displays that courses submission correction test.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Codecademy SCT Viewer |
ID | aomhngakklnijmbfboppjgmfpibogbga |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/codecademy-sct-viewer/aomhngakklnijmbfboppjgmfpibogbga |
คำอธิบาย | Displays an exercise's SCT |
ขนาดไฟล์ | 357 KB |
จำนวนการติดตั้ง | 21 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2015-12-23 |
วันที่เผยแพร่ | 2015-12-23 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Alex Craig |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/A-J-C/CodecademyUpdates/blob/master/Code/SCTViewer.md |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Codecademy SCT Viewer", "description": "Displays an exercise's SCT", "version": "1.1.1", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "http:\/\/codecademy.com\/" ], "content_scripts": [ { "all_frames": true, "js": [ "jquery.min.js", "viewer.js" ], "matches": [ "http:\/\/www.codecademy.com\/*\/courses\/*", "https:\/\/www.codecademy.com\/*\/courses\/*", "http:\/\/www.codecademy.com\/courses\/*", "https:\/\/www.codecademy.com\/courses\/*" ] } ] } |